Html Css Color HEX #B46705 Golden Brown

📋 copy color: '#B46705'

red 180 ◦ green 103 ◦ blue 5

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

Shades of Golden Brown #B46705

Tints of Golden Brown #B46705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 62.5%
G = 35.76%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B46705 (or 0xB46705) is known color: Golden Brown. HEX triplet: B4, 67 and 05. RGB value is (180,103,5). Sum of RGB (Red+Green+Blue) = 180+103+5=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B46705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46705 is #4B98FA. Grayscale: #737373. Windows color (decimal): -4954363 or 354228. OLE color: 354228.

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

Color convert

RGB 180 103 5 -
CMYK 0 0.43 0.97 0.29
HSL 33.6º 0.95% 0.36% -
HSV(B) 33.6º 0.97% 0.71% -
XYZ 23.7 19.41 2.64 -
YUV 114.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 180 103 5 0 0.43 0.97 0.29 33.6 0.95 0.36
Hex B4 67 5 0 2B 61 1D 22 5F 24
Octal 264 147 5 0 53 141 35 42 137 44
Binary 10110100 1100111 101 0 101011 1100001 11101 100010 1011111 100100

Color Harmonies of #B46705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46705

Black with #B46705

Text Example


Text Example

White with #B46705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46705; }

 p { color: rgb(180,103,5); }

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

background-color css

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

 a { background-color: rgb(180,103,5); }

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

border-color css

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

 span { border-color: rgb(180,103,5); }

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