Html Css Color HEX #B4653A Bourbon

📋 copy color: '#B4653A'

red 180 ◦ green 101 ◦ blue 58

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

Shades of Bourbon #B4653A

Tints of Bourbon #B4653A

RGB

 RED value IS 180 (70.7% from 255) = 53.1%

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 53.1%
G = 29.79%
B = 17.11%

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

#B4653A (or 0xB4653A) is known color: Bourbon. HEX triplet: B4, 65 and 3A. RGB value is (180,101,58). Sum of RGB (Red+Green+Blue) = 180+101+58=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4653A is #4B9AC5. Grayscale: #777777. Windows color (decimal): -4954822 or 3827124. OLE color: 3827124.

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

Color convert

RGB 180 101 58 -
CMYK 0 0.44 0.68 0.29
HSL 21.15º 0.51% 0.47% -
HSV(B) 21.15º 0.68% 0.71% -
XYZ 24.24 19.32 6.45 -
YUV 119.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 180 101 58 0 0.44 0.68 0.29 21.15 0.51 0.47
Hex B4 65 3A 0 2C 44 1D 15 33 2F
Octal 264 145 72 0 54 104 35 25 63 57
Binary 10110100 1100101 111010 0 101100 1000100 11101 10101 110011 101111

Color Harmonies of #B4653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4653A

Black with #B4653A

Text Example


Text Example

White with #B4653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4653A; }

 p { color: rgb(180,101,58); }

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

background-color css

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

 a { background-color: rgb(180,101,58); }

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

border-color css

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

 span { border-color: rgb(180,101,58); }

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