Html Css Color HEX #B2653B Bourbon

📋 copy color: '#B2653B'

red 178 ◦ green 101 ◦ blue 59

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

Shades of Bourbon #B2653B

Tints of Bourbon #B2653B

RGB

 RED value IS 178 (69.92% from 255) = 52.66%

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 52.66%
G = 29.88%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2653B (or 0xB2653B) is known color: Bourbon. HEX triplet: B2, 65 and 3B. RGB value is (178,101,59). Sum of RGB (Red+Green+Blue) = 178+101+59=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2653B is #4D9AC4. Grayscale: #777777. Windows color (decimal): -5085893 or 3892658. OLE color: 3892658.

HSL color Cylindrical-coordinate representation of color #B2653B: hue angle of 21.18º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2653B is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 59 -
CMYK 0 0.43 0.67 0.30
HSL 21.18º 0.5% 0.46% -
HSV(B) 21.18º 0.67% 0.7% -
XYZ 23.8 19.09 6.57 -
YUV 119.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 178 101 59 0 0.43 0.67 0.30 21.18 0.5 0.46
Hex B2 65 3B 0 2B 43 1E 15 32 2E
Octal 262 145 73 0 53 103 36 25 62 56
Binary 10110010 1100101 111011 0 101011 1000011 11110 10101 110010 101110

Color Harmonies of #B2653B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2653B

Black with #B2653B

Text Example


Text Example

White with #B2653B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2653B; }

 p { color: rgb(178,101,59); }

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

background-color css

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

 a { background-color: rgb(178,101,59); }

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

border-color css

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

 span { border-color: rgb(178,101,59); }

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