Html Css Color HEX #B66710 Golden Brown

📋 copy color: '#B66710'

red 182 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #B66710

Tints of Golden Brown #B66710

RGB

 RED value IS 182 (71.48% from 255) = 60.47%

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

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

R = 60.47%
G = 34.22%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B66710 (or 0xB66710) is known color: Golden Brown. HEX triplet: B6, 67 and 10. RGB value is (182,103,16). Sum of RGB (Red+Green+Blue) = 182+103+16=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B66710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66710 is #4998EF. Grayscale: #757575. Windows color (decimal): -4823280 or 1075126. OLE color: 1075126.

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

Color convert

RGB 182 103 16 -
CMYK 0 0.43 0.91 0.29
HSL 31.45º 0.84% 0.39% -
HSV(B) 31.45º 0.91% 0.71% -
XYZ 24.24 19.68 3.01 -
YUV 116.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 182 103 16 0 0.43 0.91 0.29 31.45 0.84 0.39
Hex B6 67 10 0 2B 5B 1D 1F 54 27
Octal 266 147 20 0 53 133 35 37 124 47
Binary 10110110 1100111 10000 0 101011 1011011 11101 11111 1010100 100111

Color Harmonies of #B66710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66710

Black with #B66710

Text Example


Text Example

White with #B66710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66710; }

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

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

background-color css

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

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

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

border-color css

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

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

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