Html Css Color HEX #B69500 Dark Goldenrod

📋 copy color: '#B69500'

red 182 ◦ green 149 ◦ blue 0

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

Shades of Dark Goldenrod #B69500

Tints of Dark Goldenrod #B69500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.02%

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

R = 54.98%
G = 45.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B69500 (or 0xB69500) is known color: Dark Goldenrod. HEX triplet: B6, 95 and 00. RGB value is (182,149,0). Sum of RGB (Red+Green+Blue) = 182+149+0=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B69500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69500 is #496AFF. Grayscale: #8E8E8E. Windows color (decimal): -4811520 or 38326. OLE color: 38326.

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

Color convert

RGB 182 149 0 -
CMYK 0 0.18 1 0.29
HSL 49.12º 1% 0.36% -
HSV(B) 49.12º 1% 0.71% -
XYZ 30.04 31.44 4.49 -
YUV 141.88 47.93 156.62 -
System Red Green Blue C M Y K H S L
Decimal 182 149 0 0 0.18 1 0.29 49.12 1 0.36
Hex B6 95 0 0 12 64 1D 31 64 24
Octal 266 225 0 0 22 144 35 61 144 44
Binary 10110110 10010101 0 0 10010 1100100 11101 110001 1100100 100100

Color Harmonies of #B69500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69500

Black with #B69500

Text Example


Text Example

White with #B69500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69500; }

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

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

background-color css

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

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

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

border-color css

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

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

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