Html Css Color HEX #B6673D Bourbon

📋 copy color: '#B6673D'

red 182 ◦ green 103 ◦ blue 61

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

Shades of Bourbon #B6673D

Tints of Bourbon #B6673D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 52.6%
G = 29.77%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6673D (or 0xB6673D) is known color: Bourbon. HEX triplet: B6, 67 and 3D. RGB value is (182,103,61). Sum of RGB (Red+Green+Blue) = 182+103+61=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6673D is #4998C2. Grayscale: #7A7A7A. Windows color (decimal): -4823235 or 4024246. OLE color: 4024246.

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

Color convert

RGB 182 103 61 -
CMYK 0 0.43 0.66 0.29
HSL 20.83º 0.5% 0.48% -
HSV(B) 20.83º 0.66% 0.71% -
XYZ 24.98 19.98 6.96 -
YUV 121.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 182 103 61 0 0.43 0.66 0.29 20.83 0.5 0.48
Hex B6 67 3D 0 2B 42 1D 15 32 30
Octal 266 147 75 0 53 102 35 25 62 60
Binary 10110110 1100111 111101 0 101011 1000010 11101 10101 110010 110000

Color Harmonies of #B6673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6673D

Black with #B6673D

Text Example


Text Example

White with #B6673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6673D; }

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

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

background-color css

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

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

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

border-color css

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

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

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