Html Css Color HEX #B66612 Golden Brown

📋 copy color: '#B66612'

red 182 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #B66612

Tints of Golden Brown #B66612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 60.26%
G = 33.77%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B66612 (or 0xB66612) is known color: Golden Brown. HEX triplet: B6, 66 and 12. RGB value is (182,102,18). Sum of RGB (Red+Green+Blue) = 182+102+18=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B66612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66612 is #4999ED. Grayscale: #747474. Windows color (decimal): -4823534 or 1205942. OLE color: 1205942.

HSL color Cylindrical-coordinate representation of color #B66612: hue angle of 30.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B66612 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 18 -
CMYK 0 0.44 0.90 0.29
HSL 30.73º 0.82% 0.39% -
HSV(B) 30.73º 0.9% 0.71% -
XYZ 24.15 19.49 3.06 -
YUV 116.34 72.5 174.83 -
System Red Green Blue C M Y K H S L
Decimal 182 102 18 0 0.44 0.90 0.29 30.73 0.82 0.39
Hex B6 66 12 0 2C 5A 1D 1F 52 27
Octal 266 146 22 0 54 132 35 37 122 47
Binary 10110110 1100110 10010 0 101100 1011010 11101 11111 1010010 100111

Color Harmonies of #B66612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66612

Black with #B66612

Text Example


Text Example

White with #B66612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66612; }

 p { color: rgb(182,102,18); }

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

background-color css

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

 a { background-color: rgb(182,102,18); }

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

border-color css

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

 span { border-color: rgb(182,102,18); }

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