Html Css Color HEX #B69000 Dark Goldenrod

📋 copy color: '#B69000'

red 182 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #B69000

Tints of Dark Goldenrod #B69000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 55.83%
G = 44.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B69000 (or 0xB69000) is known color: Dark Goldenrod. HEX triplet: B6, 90 and 00. RGB value is (182,144,0). Sum of RGB (Red+Green+Blue) = 182+144+0=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B69000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69000 is #496FFF. Grayscale: #8B8B8B. Windows color (decimal): -4812800 or 37046. OLE color: 37046.

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

Color convert

RGB 182 144 0 -
CMYK 0 0.21 1 0.29
HSL 47.47º 1% 0.36% -
HSV(B) 47.47º 1% 0.71% -
XYZ 29.26 29.89 4.23 -
YUV 138.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 182 144 0 0 0.21 1 0.29 47.47 1 0.36
Hex B6 90 0 0 15 64 1D 2F 64 24
Octal 266 220 0 0 25 144 35 57 144 44
Binary 10110110 10010000 0 0 10101 1100100 11101 101111 1100100 100100

Color Harmonies of #B69000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69000

Black with #B69000

Text Example


Text Example

White with #B69000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69000; }

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

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

background-color css

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

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

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

border-color css

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

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

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