Html Css Color HEX #B06514 Golden Brown

📋 copy color: '#B06514'

red 176 ◦ green 101 ◦ blue 20

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

Shades of Golden Brown #B06514

Tints of Golden Brown #B06514

RGB

 RED value IS 176 (69.14% from 255) = 59.26%

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

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 59.26%
G = 34.01%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B06514 (or 0xB06514) is known color: Golden Brown. HEX triplet: B0, 65 and 14. RGB value is (176,101,20). Sum of RGB (Red+Green+Blue) = 176+101+20=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B06514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06514 is #4F9AEB. Grayscale: #727272. Windows color (decimal): -5217004 or 1336752. OLE color: 1336752.

HSL color Cylindrical-coordinate representation of color #B06514: hue angle of 31.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B06514 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 20 -
CMYK 0 0.43 0.89 0.31
HSL 31.15º 0.8% 0.38% -
HSV(B) 31.15º 0.89% 0.69% -
XYZ 22.68 18.59 3.05 -
YUV 114.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 176 101 20 0 0.43 0.89 0.31 31.15 0.8 0.38
Hex B0 65 14 0 2B 59 1F 1F 50 26
Octal 260 145 24 0 53 131 37 37 120 46
Binary 10110000 1100101 10100 0 101011 1011001 11111 11111 1010000 100110

Color Harmonies of #B06514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06514

Black with #B06514

Text Example


Text Example

White with #B06514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06514; }

 p { color: rgb(176,101,20); }

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

background-color css

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

 a { background-color: rgb(176,101,20); }

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

border-color css

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

 span { border-color: rgb(176,101,20); }

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