Html Css Color HEX #B46C09 Dark Goldenrod

📋 copy color: '#B46C09'

red 180 ◦ green 108 ◦ blue 9

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

Shades of Dark Goldenrod #B46C09

Tints of Dark Goldenrod #B46C09

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

 BLUE value IS 9 (3.91% from 255) = 3.03%

R = 60.61%
G = 36.36%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B46C09 (or 0xB46C09) is known color: Dark Goldenrod. HEX triplet: B4, 6C and 09. RGB value is (180,108,9). Sum of RGB (Red+Green+Blue) = 180+108+9=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46C09 is #4B93F6. Grayscale: #767676. Windows color (decimal): -4953079 or 617652. OLE color: 617652.

HSL color Cylindrical-coordinate representation of color #B46C09: hue angle of 34.74º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B46C09 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 108 9 -
CMYK 0 0.40 0.95 0.29
HSL 34.74º 0.9% 0.37% -
HSV(B) 34.74º 0.95% 0.71% -
XYZ 24.23 20.45 2.93 -
YUV 118.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 180 108 9 0 0.40 0.95 0.29 34.74 0.9 0.37
Hex B4 6C 9 0 28 5F 1D 23 5A 25
Octal 264 154 11 0 50 137 35 43 132 45
Binary 10110100 1101100 1001 0 101000 1011111 11101 100011 1011010 100101

Color Harmonies of #B46C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C09

Black with #B46C09

Text Example


Text Example

White with #B46C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C09; }

 p { color: rgb(180,108,9); }

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

background-color css

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

 a { background-color: rgb(180,108,9); }

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

border-color css

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

 span { border-color: rgb(180,108,9); }

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