Html Css Color HEX #B68618 Dark Goldenrod

📋 copy color: '#B68618'

red 182 ◦ green 134 ◦ blue 24

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

Shades of Dark Goldenrod #B68618

Tints of Dark Goldenrod #B68618

RGB

 RED value IS 182 (71.48% from 255) = 53.53%

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

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

R = 53.53%
G = 39.41%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B68618 (or 0xB68618) is known color: Dark Goldenrod. HEX triplet: B6, 86 and 18. RGB value is (182,134,24). Sum of RGB (Red+Green+Blue) = 182+134+24=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B68618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68618 is #4979E7. Grayscale: #888888. Windows color (decimal): -4815336 or 1607350. OLE color: 1607350.

HSL color Cylindrical-coordinate representation of color #B68618: hue angle of 41.77º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B68618 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 24 -
CMYK 0 0.26 0.87 0.29
HSL 41.77º 0.77% 0.4% -
HSV(B) 41.77º 0.87% 0.71% -
XYZ 27.98 27.06 4.61 -
YUV 135.81 64.9 160.94 -
System Red Green Blue C M Y K H S L
Decimal 182 134 24 0 0.26 0.87 0.29 41.77 0.77 0.4
Hex B6 86 18 0 1A 57 1D 2A 4D 28
Octal 266 206 30 0 32 127 35 52 115 50
Binary 10110110 10000110 11000 0 11010 1010111 11101 101010 1001101 101000

Color Harmonies of #B68618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68618

Black with #B68618

Text Example


Text Example

White with #B68618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68618; }

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

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

background-color css

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

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

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

border-color css

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

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

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