Html Css Color HEX #B18C06 Dark Goldenrod

📋 copy color: '#B18C06'

red 177 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #B18C06

Tints of Dark Goldenrod #B18C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.34%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 54.8%
G = 43.34%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B18C06 (or 0xB18C06) is known color: Dark Goldenrod. HEX triplet: B1, 8C and 06. RGB value is (177,140,6). Sum of RGB (Red+Green+Blue) = 177+140+6=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18C06 is #4E73F9. Grayscale: #888888. Windows color (decimal): -5141498 or 429233. OLE color: 429233.

HSL color Cylindrical-coordinate representation of color #B18C06: hue angle of 47.02º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B18C06 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 140 6 -
CMYK 0 0.21 0.97 0.31
HSL 47.02º 0.93% 0.36% -
HSV(B) 47.02º 0.97% 0.69% -
XYZ 27.54 28.12 4.15 -
YUV 135.79 54.76 157.4 -
System Red Green Blue C M Y K H S L
Decimal 177 140 6 0 0.21 0.97 0.31 47.02 0.93 0.36
Hex B1 8C 6 0 15 61 1F 2F 5D 24
Octal 261 214 6 0 25 141 37 57 135 44
Binary 10110001 10001100 110 0 10101 1100001 11111 101111 1011101 100100

Color Harmonies of #B18C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18C06

Black with #B18C06

Text Example


Text Example

White with #B18C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18C06; }

 p { color: rgb(177,140,6); }

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

background-color css

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

 a { background-color: rgb(177,140,6); }

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

border-color css

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

 span { border-color: rgb(177,140,6); }

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