Html Css Color HEX #B66A45 Bourbon

📋 copy color: '#B66A45'

red 182 ◦ green 106 ◦ blue 69

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

Shades of Bourbon #B66A45

Tints of Bourbon #B66A45

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 69 (27.34% from 255) = 19.33%

R = 50.98%
G = 29.69%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B66A45 (or 0xB66A45) is known color: Bourbon. HEX triplet: B6, 6A and 45. RGB value is (182,106,69). Sum of RGB (Red+Green+Blue) = 182+106+69=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A45 is #4995BA. Grayscale: #7C7C7C. Windows color (decimal): -4822459 or 4549302. OLE color: 4549302.

HSL color Cylindrical-coordinate representation of color #B66A45: hue angle of 19.65º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B66A45 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 106 69 -
CMYK 0 0.42 0.62 0.29
HSL 19.65º 0.45% 0.49% -
HSV(B) 19.65º 0.62% 0.71% -
XYZ 25.52 20.68 8.28 -
YUV 124.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 182 106 69 0 0.42 0.62 0.29 19.65 0.45 0.49
Hex B6 6A 45 0 2A 3E 1D 14 2D 31
Octal 266 152 105 0 52 76 35 24 55 61
Binary 10110110 1101010 1000101 0 101010 111110 11101 10100 101101 110001

Color Harmonies of #B66A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A45

Black with #B66A45

Text Example


Text Example

White with #B66A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A45; }

 p { color: rgb(182,106,69); }

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

background-color css

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

 a { background-color: rgb(182,106,69); }

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

border-color css

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

 span { border-color: rgb(182,106,69); }

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