Html Css Color HEX #B69A00 Dark Goldenrod

📋 copy color: '#B69A00'

red 182 ◦ green 154 ◦ blue 0

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

Shades of Dark Goldenrod #B69A00

Tints of Dark Goldenrod #B69A00

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.83%

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

R = 54.17%
G = 45.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B69A00 (or 0xB69A00) is known color: Dark Goldenrod. HEX triplet: B6, 9A and 00. RGB value is (182,154,0). Sum of RGB (Red+Green+Blue) = 182+154+0=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69A00 is #4965FF. Grayscale: #919191. Windows color (decimal): -4810240 or 39606. OLE color: 39606.

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

Color convert

RGB 182 154 0 -
CMYK 0 0.15 1 0.29
HSL 50.77º 1% 0.36% -
HSV(B) 50.77º 1% 0.71% -
XYZ 30.85 33.06 4.75 -
YUV 144.82 46.28 154.52 -
System Red Green Blue C M Y K H S L
Decimal 182 154 0 0 0.15 1 0.29 50.77 1 0.36
Hex B6 9A 0 0 F 64 1D 33 64 24
Octal 266 232 0 0 17 144 35 63 144 44
Binary 10110110 10011010 0 0 1111 1100100 11101 110011 1100100 100100

Color Harmonies of #B69A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69A00

Black with #B69A00

Text Example


Text Example

White with #B69A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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