Html Css Color HEX #B5663D Bourbon

📋 copy color: '#B5663D'

red 181 ◦ green 102 ◦ blue 61

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

Shades of Bourbon #B5663D

Tints of Bourbon #B5663D

RGB

 RED value IS 181 (71.09% from 255) = 52.62%

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

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

R = 52.62%
G = 29.65%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5663D (or 0xB5663D) is known color: Bourbon. HEX triplet: B5, 66 and 3D. RGB value is (181,102,61). Sum of RGB (Red+Green+Blue) = 181+102+61=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5663D is #4A99C2. Grayscale: #797979. Windows color (decimal): -4889027 or 4023989. OLE color: 4023989.

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

Color convert

RGB 181 102 61 -
CMYK 0 0.44 0.66 0.29
HSL 20.5º 0.5% 0.47% -
HSV(B) 20.5º 0.66% 0.71% -
XYZ 24.65 19.66 6.91 -
YUV 120.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 181 102 61 0 0.44 0.66 0.29 20.5 0.5 0.47
Hex B5 66 3D 0 2C 42 1D 14 32 2F
Octal 265 146 75 0 54 102 35 24 62 57
Binary 10110101 1100110 111101 0 101100 1000010 11101 10100 110010 101111

Color Harmonies of #B5663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5663D

Black with #B5663D

Text Example


Text Example

White with #B5663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5663D; }

 p { color: rgb(181,102,61); }

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

background-color css

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

 a { background-color: rgb(181,102,61); }

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

border-color css

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

 span { border-color: rgb(181,102,61); }

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