Html Css Color HEX #B69400 Dark Goldenrod

📋 copy color: '#B69400'

red 182 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #B69400

Tints of Dark Goldenrod #B69400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 55.15%
G = 44.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B69400 (or 0xB69400) is known color: Dark Goldenrod. HEX triplet: B6, 94 and 00. RGB value is (182,148,0). Sum of RGB (Red+Green+Blue) = 182+148+0=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B69400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69400 is #496BFF. Grayscale: #8D8D8D. Windows color (decimal): -4811776 or 38070. OLE color: 38070.

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

Color convert

RGB 182 148 0 -
CMYK 0 0.19 1 0.29
HSL 48.79º 1% 0.36% -
HSV(B) 48.79º 1% 0.71% -
XYZ 29.88 31.12 4.43 -
YUV 141.29 48.26 157.03 -
System Red Green Blue C M Y K H S L
Decimal 182 148 0 0 0.19 1 0.29 48.79 1 0.36
Hex B6 94 0 0 13 64 1D 31 64 24
Octal 266 224 0 0 23 144 35 61 144 44
Binary 10110110 10010100 0 0 10011 1100100 11101 110001 1100100 100100

Color Harmonies of #B69400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69400

Black with #B69400

Text Example


Text Example

White with #B69400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69400; }

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

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

background-color css

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

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

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

border-color css

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

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

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