Html Css Color HEX #B67200 Dark Goldenrod

📋 copy color: '#B67200'

red 182 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #B67200

Tints of Dark Goldenrod #B67200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.49%
G = 38.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B67200 (or 0xB67200) is known color: Dark Goldenrod. HEX triplet: B6, 72 and 00. RGB value is (182,114,0). Sum of RGB (Red+Green+Blue) = 182+114+0=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B67200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67200 is #498DFF. Grayscale: #797979. Windows color (decimal): -4820480 or 29366. OLE color: 29366.

HSL color Cylindrical-coordinate representation of color #B67200: hue angle of 37.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B67200 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 0 -
CMYK 0 0.37 1 0.29
HSL 37.58º 1% 0.36% -
HSV(B) 37.58º 1% 0.71% -
XYZ 25.31 21.98 2.91 -
YUV 121.34 59.53 171.27 -
System Red Green Blue C M Y K H S L
Decimal 182 114 0 0 0.37 1 0.29 37.58 1 0.36
Hex B6 72 0 0 25 64 1D 26 64 24
Octal 266 162 0 0 45 144 35 46 144 44
Binary 10110110 1110010 0 0 100101 1100100 11101 100110 1100100 100100

Color Harmonies of #B67200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67200

Black with #B67200

Text Example


Text Example

White with #B67200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67200; }

 p { color: rgb(182,114,0); }

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

background-color css

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

 a { background-color: rgb(182,114,0); }

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

border-color css

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

 span { border-color: rgb(182,114,0); }

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