Html Css Color HEX #B6673C Bourbon

📋 copy color: '#B6673C'

red 182 ◦ green 103 ◦ blue 60

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

Shades of Bourbon #B6673C

Tints of Bourbon #B6673C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.39%

R = 52.75%
G = 29.86%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6673C (or 0xB6673C) is known color: Bourbon. HEX triplet: B6, 67 and 3C. RGB value is (182,103,60). Sum of RGB (Red+Green+Blue) = 182+103+60=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6673C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6673C is #4998C3. Grayscale: #797979. Windows color (decimal): -4823236 or 3958710. OLE color: 3958710.

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

Color convert

RGB 182 103 60 -
CMYK 0 0.43 0.67 0.29
HSL 21.15º 0.5% 0.47% -
HSV(B) 21.15º 0.67% 0.71% -
XYZ 24.96 19.97 6.81 -
YUV 121.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 182 103 60 0 0.43 0.67 0.29 21.15 0.5 0.47
Hex B6 67 3C 0 2B 43 1D 15 32 2F
Octal 266 147 74 0 53 103 35 25 62 57
Binary 10110110 1100111 111100 0 101011 1000011 11101 10101 110010 101111

Color Harmonies of #B6673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6673C

Black with #B6673C

Text Example


Text Example

White with #B6673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6673C; }

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

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

background-color css

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

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

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

border-color css

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

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

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