Html Css Color HEX #B6670C Golden Brown

📋 copy color: '#B6670C'

red 182 ◦ green 103 ◦ blue 12

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

Shades of Golden Brown #B6670C

Tints of Golden Brown #B6670C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 61.28%
G = 34.68%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6670C (or 0xB6670C) is known color: Golden Brown. HEX triplet: B6, 67 and 0C. RGB value is (182,103,12). Sum of RGB (Red+Green+Blue) = 182+103+12=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B6670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6670C is #4998F3. Grayscale: #747474. Windows color (decimal): -4823284 or 812982. OLE color: 812982.

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

Color convert

RGB 182 103 12 -
CMYK 0 0.43 0.93 0.29
HSL 32.12º 0.88% 0.38% -
HSV(B) 32.12º 0.93% 0.71% -
XYZ 24.21 19.67 2.87 -
YUV 116.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 182 103 12 0 0.43 0.93 0.29 32.12 0.88 0.38
Hex B6 67 C 0 2B 5D 1D 20 58 26
Octal 266 147 14 0 53 135 35 40 130 46
Binary 10110110 1100111 1100 0 101011 1011101 11101 100000 1011000 100110

Color Harmonies of #B6670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6670C

Black with #B6670C

Text Example


Text Example

White with #B6670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6670C; }

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

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

background-color css

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

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

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

border-color css

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

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

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