Html Css Color HEX #B38618 Dark Goldenrod

📋 copy color: '#B38618'

red 179 ◦ green 134 ◦ blue 24

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

Shades of Dark Goldenrod #B38618

Tints of Dark Goldenrod #B38618

RGB

 RED value IS 179 (70.31% from 255) = 53.12%

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

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 53.12%
G = 39.76%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B38618 (or 0xB38618) is known color: Dark Goldenrod. HEX triplet: B3, 86 and 18. RGB value is (179,134,24). Sum of RGB (Red+Green+Blue) = 179+134+24=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B38618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38618 is #4C79E7. Grayscale: #878787. Windows color (decimal): -5011944 or 1607347. OLE color: 1607347.

HSL color Cylindrical-coordinate representation of color #B38618: hue angle of 42.58º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B38618 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 24 -
CMYK 0 0.25 0.87 0.30
HSL 42.58º 0.76% 0.4% -
HSV(B) 42.58º 0.87% 0.7% -
XYZ 27.28 26.7 4.58 -
YUV 134.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 179 134 24 0 0.25 0.87 0.30 42.58 0.76 0.4
Hex B3 86 18 0 19 57 1E 2B 4C 28
Octal 263 206 30 0 31 127 36 53 114 50
Binary 10110011 10000110 11000 0 11001 1010111 11110 101011 1001100 101000

Color Harmonies of #B38618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38618

Black with #B38618

Text Example


Text Example

White with #B38618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38618; }

 p { color: rgb(179,134,24); }

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

background-color css

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

 a { background-color: rgb(179,134,24); }

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

border-color css

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

 span { border-color: rgb(179,134,24); }

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