Html Css Color HEX #B2754C Bourbon

📋 copy color: '#B2754C'

red 178 ◦ green 117 ◦ blue 76

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

Shades of Bourbon #B2754C

Tints of Bourbon #B2754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 76 (30.08% from 255) = 20.49%

R = 47.98%
G = 31.54%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2754C (or 0xB2754C) is known color: Bourbon. HEX triplet: B2, 75 and 4C. RGB value is (178,117,76). Sum of RGB (Red+Green+Blue) = 178+117+76=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2754C is #4D8AB3. Grayscale: #828282. Windows color (decimal): -5081780 or 5010866. OLE color: 5010866.

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

Color convert

RGB 178 117 76 -
CMYK 0 0.34 0.57 0.30
HSL 24.12º 0.4% 0.5% -
HSV(B) 24.12º 0.57% 0.7% -
XYZ 26.03 22.71 9.85 -
YUV 130.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 178 117 76 0 0.34 0.57 0.30 24.12 0.4 0.5
Hex B2 75 4C 0 22 39 1E 18 28 32
Octal 262 165 114 0 42 71 36 30 50 62
Binary 10110010 1110101 1001100 0 100010 111001 11110 11000 101000 110010

Color Harmonies of #B2754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2754C

Black with #B2754C

Text Example


Text Example

White with #B2754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2754C; }

 p { color: rgb(178,117,76); }

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

background-color css

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

 a { background-color: rgb(178,117,76); }

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

border-color css

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

 span { border-color: rgb(178,117,76); }

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