Html Css Color HEX #B5673D Bourbon

📋 copy color: '#B5673D'

red 181 ◦ green 103 ◦ blue 61

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

Shades of Bourbon #B5673D

Tints of Bourbon #B5673D

RGB

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

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

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

R = 52.46%
G = 29.86%
B = 17.68%

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

#B5673D (or 0xB5673D) is known color: Bourbon. HEX triplet: B5, 67 and 3D. RGB value is (181,103,61). Sum of RGB (Red+Green+Blue) = 181+103+61=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5673D is #4A98C2. Grayscale: #797979. Windows color (decimal): -4888771 or 4024245. OLE color: 4024245.

HSL color Cylindrical-coordinate representation of color #B5673D: hue angle of 21º 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 #B5673D is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 103 61 -
CMYK 0 0.43 0.66 0.29
HSL 21º 0.5% 0.47% -
HSV(B) 21º 0.66% 0.71% -
XYZ 24.75 19.86 6.94 -
YUV 121.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 181 103 61 0 0.43 0.66 0.29 21 0.5 0.47
Hex B5 67 3D 0 2B 42 1D 15 32 2F
Octal 265 147 75 0 53 102 35 25 62 57
Binary 10110101 1100111 111101 0 101011 1000010 11101 10101 110010 101111

Color Harmonies of #B5673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5673D

Black with #B5673D

Text Example


Text Example

White with #B5673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5673D; }

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

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

background-color css

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

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

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

border-color css

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

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

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