Html Css Color HEX #B06710 Golden Brown

📋 copy color: '#B06710'

red 176 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #B06710

Tints of Golden Brown #B06710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 59.66%
G = 34.92%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B06710 (or 0xB06710) is known color: Golden Brown. HEX triplet: B0, 67 and 10. RGB value is (176,103,16). Sum of RGB (Red+Green+Blue) = 176+103+16=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B06710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06710 is #4F98EF. Grayscale: #737373. Windows color (decimal): -5216496 or 1075120. OLE color: 1075120.

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

Color convert

RGB 176 103 16 -
CMYK 0 0.41 0.91 0.31
HSL 32.63º 0.83% 0.38% -
HSV(B) 32.63º 0.91% 0.69% -
XYZ 22.85 18.97 2.95 -
YUV 114.91 72.18 171.57 -
System Red Green Blue C M Y K H S L
Decimal 176 103 16 0 0.41 0.91 0.31 32.63 0.83 0.38
Hex B0 67 10 0 29 5B 1F 21 53 26
Octal 260 147 20 0 51 133 37 41 123 46
Binary 10110000 1100111 10000 0 101001 1011011 11111 100001 1010011 100110

Color Harmonies of #B06710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06710

Black with #B06710

Text Example


Text Example

White with #B06710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06710; }

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

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

background-color css

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

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

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

border-color css

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

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

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