Html Css Color HEX #B46509 Golden Brown

📋 copy color: '#B46509'

red 180 ◦ green 101 ◦ blue 9

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

Shades of Golden Brown #B46509

Tints of Golden Brown #B46509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.83%

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

R = 62.07%
G = 34.83%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B46509 (or 0xB46509) is known color: Golden Brown. HEX triplet: B4, 65 and 09. RGB value is (180,101,9). Sum of RGB (Red+Green+Blue) = 180+101+9=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B46509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46509 is #4B9AF6. Grayscale: #727272. Windows color (decimal): -4954871 or 615860. OLE color: 615860.

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

Color convert

RGB 180 101 9 -
CMYK 0 0.44 0.95 0.29
HSL 32.28º 0.9% 0.37% -
HSV(B) 32.28º 0.95% 0.71% -
XYZ 23.53 19.03 2.69 -
YUV 114.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 180 101 9 0 0.44 0.95 0.29 32.28 0.9 0.37
Hex B4 65 9 0 2C 5F 1D 20 5A 25
Octal 264 145 11 0 54 137 35 40 132 45
Binary 10110100 1100101 1001 0 101100 1011111 11101 100000 1011010 100101

Color Harmonies of #B46509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46509

Black with #B46509

Text Example


Text Example

White with #B46509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46509; }

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

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

background-color css

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

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

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

border-color css

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

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

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