Html Css Color HEX #B2744B Bourbon

📋 copy color: '#B2744B'

red 178 ◦ green 116 ◦ blue 75

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

Shades of Bourbon #B2744B

Tints of Bourbon #B2744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 48.24%
G = 31.44%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2744B (or 0xB2744B) is known color: Bourbon. HEX triplet: B2, 74 and 4B. RGB value is (178,116,75). Sum of RGB (Red+Green+Blue) = 178+116+75=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2744B is #4D8BB4. Grayscale: #828282. Windows color (decimal): -5082037 or 4945074. OLE color: 4945074.

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

Color convert

RGB 178 116 75 -
CMYK 0 0.35 0.58 0.30
HSL 23.88º 0.41% 0.5% -
HSV(B) 23.88º 0.58% 0.7% -
XYZ 25.88 22.46 9.63 -
YUV 129.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 178 116 75 0 0.35 0.58 0.30 23.88 0.41 0.5
Hex B2 74 4B 0 23 3A 1E 18 29 32
Octal 262 164 113 0 43 72 36 30 51 62
Binary 10110010 1110100 1001011 0 100011 111010 11110 11000 101001 110010

Color Harmonies of #B2744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2744B

Black with #B2744B

Text Example


Text Example

White with #B2744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2744B; }

 p { color: rgb(178,116,75); }

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

background-color css

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

 a { background-color: rgb(178,116,75); }

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

border-color css

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

 span { border-color: rgb(178,116,75); }

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