Html Css Color HEX #B46609 Golden Brown

📋 copy color: '#B46609'

red 180 ◦ green 102 ◦ blue 9

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

Shades of Golden Brown #B46609

Tints of Golden Brown #B46609

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

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

R = 61.86%
G = 35.05%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B46609 (or 0xB46609) is known color: Golden Brown. HEX triplet: B4, 66 and 09. RGB value is (180,102,9). Sum of RGB (Red+Green+Blue) = 180+102+9=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B46609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46609 is #4B99F6. Grayscale: #737373. Windows color (decimal): -4954615 or 616116. OLE color: 616116.

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

Color convert

RGB 180 102 9 -
CMYK 0 0.43 0.95 0.29
HSL 32.63º 0.9% 0.37% -
HSV(B) 32.63º 0.95% 0.71% -
XYZ 23.62 19.23 2.72 -
YUV 114.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 180 102 9 0 0.43 0.95 0.29 32.63 0.9 0.37
Hex B4 66 9 0 2B 5F 1D 21 5A 25
Octal 264 146 11 0 53 137 35 41 132 45
Binary 10110100 1100110 1001 0 101011 1011111 11101 100001 1011010 100101

Color Harmonies of #B46609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46609

Black with #B46609

Text Example


Text Example

White with #B46609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46609; }

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

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

background-color css

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

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

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

border-color css

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

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

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