Html Css Color HEX #B5663A Bourbon

📋 copy color: '#B5663A'

red 181 ◦ green 102 ◦ blue 58

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

Shades of Bourbon #B5663A

Tints of Bourbon #B5663A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 53.08%
G = 29.91%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5663A (or 0xB5663A) is known color: Bourbon. HEX triplet: B5, 66 and 3A. RGB value is (181,102,58). Sum of RGB (Red+Green+Blue) = 181+102+58=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5663A is #4A99C5. Grayscale: #787878. Windows color (decimal): -4889030 or 3827381. OLE color: 3827381.

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

Color convert

RGB 181 102 58 -
CMYK 0 0.44 0.68 0.29
HSL 21.46º 0.51% 0.47% -
HSV(B) 21.46º 0.68% 0.71% -
XYZ 24.57 19.63 6.5 -
YUV 120.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 181 102 58 0 0.44 0.68 0.29 21.46 0.51 0.47
Hex B5 66 3A 0 2C 44 1D 15 33 2F
Octal 265 146 72 0 54 104 35 25 63 57
Binary 10110101 1100110 111010 0 101100 1000100 11101 10101 110011 101111

Color Harmonies of #B5663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5663A

Black with #B5663A

Text Example


Text Example

White with #B5663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5663A; }

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

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

background-color css

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

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

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

border-color css

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

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

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