Html Css Color HEX #B2743C Bourbon

📋 copy color: '#B2743C'

red 178 ◦ green 116 ◦ blue 60

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

Shades of Bourbon #B2743C

Tints of Bourbon #B2743C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 50.28%
G = 32.77%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2743C (or 0xB2743C) is known color: Bourbon. HEX triplet: B2, 74 and 3C. RGB value is (178,116,60). Sum of RGB (Red+Green+Blue) = 178+116+60=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2743C is #4D8BC3. Grayscale: #808080. Windows color (decimal): -5082052 or 3962034. OLE color: 3962034.

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

Color convert

RGB 178 116 60 -
CMYK 0 0.35 0.66 0.30
HSL 28.47º 0.5% 0.47% -
HSV(B) 28.47º 0.66% 0.7% -
XYZ 25.42 22.28 7.24 -
YUV 128.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 178 116 60 0 0.35 0.66 0.30 28.47 0.5 0.47
Hex B2 74 3C 0 23 42 1E 1C 32 2F
Octal 262 164 74 0 43 102 36 34 62 57
Binary 10110010 1110100 111100 0 100011 1000010 11110 11100 110010 101111

Color Harmonies of #B2743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2743C

Black with #B2743C

Text Example


Text Example

White with #B2743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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