Html Css Color HEX #B18608 Dark Goldenrod

📋 copy color: '#B18608'

red 177 ◦ green 134 ◦ blue 8

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

Shades of Dark Goldenrod #B18608

Tints of Dark Goldenrod #B18608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.01%

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 55.49%
G = 42.01%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B18608 (or 0xB18608) is known color: Dark Goldenrod. HEX triplet: B1, 86 and 08. RGB value is (177,134,8). Sum of RGB (Red+Green+Blue) = 177+134+8=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B18608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18608 is #4E79F7. Grayscale: #858585. Windows color (decimal): -5143032 or 558769. OLE color: 558769.

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

Color convert

RGB 177 134 8 -
CMYK 0 0.24 0.95 0.31
HSL 44.73º 0.91% 0.36% -
HSV(B) 44.73º 0.95% 0.69% -
XYZ 26.7 26.41 3.92 -
YUV 132.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 177 134 8 0 0.24 0.95 0.31 44.73 0.91 0.36
Hex B1 86 8 0 18 5F 1F 2D 5B 24
Octal 261 206 10 0 30 137 37 55 133 44
Binary 10110001 10000110 1000 0 11000 1011111 11111 101101 1011011 100100

Color Harmonies of #B18608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18608

Black with #B18608

Text Example


Text Example

White with #B18608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18608; }

 p { color: rgb(177,134,8); }

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

background-color css

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

 a { background-color: rgb(177,134,8); }

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

border-color css

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

 span { border-color: rgb(177,134,8); }

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