Html Css Color HEX #B46A00 Dark Goldenrod

📋 copy color: '#B46A00'

red 180 ◦ green 106 ◦ blue 0

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

Shades of Dark Goldenrod #B46A00

Tints of Dark Goldenrod #B46A00

RGB

 RED value IS 180 (70.7% from 255) = 62.94%

 GREEN value IS 106 (41.8% from 255) = 37.06%

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

R = 62.94%
G = 37.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B46A00 (or 0xB46A00) is known color: Dark Goldenrod. HEX triplet: B4, 6A and 00. RGB value is (180,106,0). Sum of RGB (Red+Green+Blue) = 180+106+0=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46A00 is #4B95FF. Grayscale: #747474. Windows color (decimal): -4953600 or 27316. OLE color: 27316.

HSL color Cylindrical-coordinate representation of color #B46A00: hue angle of 35.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B46A00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 106 0 -
CMYK 0 0.41 1 0.29
HSL 35.33º 1% 0.35% -
HSV(B) 35.33º 1% 0.71% -
XYZ 23.98 20.01 2.6 -
YUV 116.04 62.52 173.62 -
System Red Green Blue C M Y K H S L
Decimal 180 106 0 0 0.41 1 0.29 35.33 1 0.35
Hex B4 6A 0 0 29 64 1D 23 64 23
Octal 264 152 0 0 51 144 35 43 144 43
Binary 10110100 1101010 0 0 101001 1100100 11101 100011 1100100 100011

Color Harmonies of #B46A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A00

Black with #B46A00

Text Example


Text Example

White with #B46A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A00; }

 p { color: rgb(180,106,0); }

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

background-color css

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

 a { background-color: rgb(180,106,0); }

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

border-color css

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

 span { border-color: rgb(180,106,0); }

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