Html Css Color HEX #B18304 Dark Goldenrod

📋 copy color: '#B18304'

red 177 ◦ green 131 ◦ blue 4

#B18304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B18304

Tints of Dark Goldenrod #B18304

RGB

 RED value IS 177 (69.53% from 255) = 56.73%

 GREEN value IS 131 (51.56% from 255) = 41.99%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 56.73%
G = 41.99%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B18304 (or 0xB18304) is known color: Dark Goldenrod. HEX triplet: B1, 83 and 04. RGB value is (177,131,4). Sum of RGB (Red+Green+Blue) = 177+131+4=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B18304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18304 is #4E7CFB. Grayscale: #828282. Windows color (decimal): -5143804 or 295857. OLE color: 295857.

HSL color Cylindrical-coordinate representation of color #B18304: hue angle of 44.05º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B18304 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 4 -
CMYK 0 0.26 0.98 0.31
HSL 44.05º 0.96% 0.35% -
HSV(B) 44.05º 0.98% 0.69% -
XYZ 26.27 25.59 3.67 -
YUV 130.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 177 131 4 0 0.26 0.98 0.31 44.05 0.96 0.35
Hex B1 83 4 0 1A 62 1F 2C 60 23
Octal 261 203 4 0 32 142 37 54 140 43
Binary 10110001 10000011 100 0 11010 1100010 11111 101100 1100000 100011

Color Harmonies of #B18304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18304

Black with #B18304

Text Example


Text Example

White with #B18304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18304; }

 p { color: rgb(177,131,4); }

 H1.HeaderClassName
 {
   color: #B18304;
 }
 .AnyTagClassName
 {
   color: #B18304;
 }
</style>

background-color css

<style>
 a { background-color: #B18304; }

 a { background-color: rgb(177,131,4); }

 div.DivClassName
 {
   background-color: #B18304;
 }
 .BgClassName
 {
   background-color: #B18304;
 }
</style>

border-color css

<style>
 span { border-color: #B18304; }

 span { border-color: rgb(177,131,4); }

 td.TdClassName
 {
   border-color: #B18304;
 }
 .TagClassName
 {
   border-color: #B18304;
 }
</style>