Html Css Color HEX #B06714 Golden Brown

📋 copy color: '#B06714'

red 176 ◦ green 103 ◦ blue 20

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

Shades of Golden Brown #B06714

Tints of Golden Brown #B06714

RGB

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

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

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

R = 58.86%
G = 34.45%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B06714 (or 0xB06714) is known color: Golden Brown. HEX triplet: B0, 67 and 14. RGB value is (176,103,20). Sum of RGB (Red+Green+Blue) = 176+103+20=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B06714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06714 is #4F98EB. Grayscale: #737373. Windows color (decimal): -5216492 or 1337264. OLE color: 1337264.

HSL color Cylindrical-coordinate representation of color #B06714: hue angle of 31.92º 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 #B06714 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 20 -
CMYK 0 0.41 0.89 0.31
HSL 31.92º 0.8% 0.38% -
HSV(B) 31.92º 0.89% 0.69% -
XYZ 22.88 18.98 3.12 -
YUV 115.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 176 103 20 0 0.41 0.89 0.31 31.92 0.8 0.38
Hex B0 67 14 0 29 59 1F 20 50 26
Octal 260 147 24 0 51 131 37 40 120 46
Binary 10110000 1100111 10100 0 101001 1011001 11111 100000 1010000 100110

Color Harmonies of #B06714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06714

Black with #B06714

Text Example


Text Example

White with #B06714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06714; }

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

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

background-color css

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

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

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

border-color css

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

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

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