Html Css Color HEX #B68018 Dark Goldenrod

📋 copy color: '#B68018'

red 182 ◦ green 128 ◦ blue 24

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

Shades of Dark Goldenrod #B68018

Tints of Dark Goldenrod #B68018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

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

R = 54.49%
G = 38.32%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B68018 (or 0xB68018) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 18. RGB value is (182,128,24). Sum of RGB (Red+Green+Blue) = 182+128+24=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68018 is #497FE7. Grayscale: #848484. Windows color (decimal): -4816872 or 1605814. OLE color: 1605814.

HSL color Cylindrical-coordinate representation of color #B68018: hue angle of 39.49º 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 #B68018 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 24 -
CMYK 0 0.30 0.87 0.29
HSL 39.49º 0.77% 0.4% -
HSV(B) 39.49º 0.87% 0.71% -
XYZ 27.18 25.45 4.34 -
YUV 132.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 182 128 24 0 0.30 0.87 0.29 39.49 0.77 0.4
Hex B6 80 18 0 1E 57 1D 27 4D 28
Octal 266 200 30 0 36 127 35 47 115 50
Binary 10110110 10000000 11000 0 11110 1010111 11101 100111 1001101 101000

Color Harmonies of #B68018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68018

Black with #B68018

Text Example


Text Example

White with #B68018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68018; }

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

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

background-color css

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

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

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

border-color css

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

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

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