Html Css Color HEX #B69200 Dark Goldenrod

📋 copy color: '#B69200'

red 182 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #B69200

Tints of Dark Goldenrod #B69200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

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

R = 55.49%
G = 44.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B69200 (or 0xB69200) is known color: Dark Goldenrod. HEX triplet: B6, 92 and 00. RGB value is (182,146,0). Sum of RGB (Red+Green+Blue) = 182+146+0=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B69200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69200 is #496DFF. Grayscale: #8C8C8C. Windows color (decimal): -4812288 or 37558. OLE color: 37558.

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

Color convert

RGB 182 146 0 -
CMYK 0 0.20 1 0.29
HSL 48.13º 1% 0.36% -
HSV(B) 48.13º 1% 0.71% -
XYZ 29.57 30.5 4.33 -
YUV 140.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 182 146 0 0 0.20 1 0.29 48.13 1 0.36
Hex B6 92 0 0 14 64 1D 30 64 24
Octal 266 222 0 0 24 144 35 60 144 44
Binary 10110110 10010010 0 0 10100 1100100 11101 110000 1100100 100100

Color Harmonies of #B69200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69200

Black with #B69200

Text Example


Text Example

White with #B69200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69200; }

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

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

background-color css

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

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

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

border-color css

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

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

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