Html Css Color HEX #B2733E Bourbon

📋 copy color: '#B2733E'

red 178 ◦ green 115 ◦ blue 62

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

Shades of Bourbon #B2733E

Tints of Bourbon #B2733E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 50.14%
G = 32.39%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2733E (or 0xB2733E) is known color: Bourbon. HEX triplet: B2, 73 and 3E. RGB value is (178,115,62). Sum of RGB (Red+Green+Blue) = 178+115+62=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2733E is #4D8CC1. Grayscale: #808080. Windows color (decimal): -5082306 or 4092850. OLE color: 4092850.

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

Color convert

RGB 178 115 62 -
CMYK 0 0.35 0.65 0.30
HSL 27.41º 0.48% 0.47% -
HSV(B) 27.41º 0.65% 0.7% -
XYZ 25.36 22.07 7.48 -
YUV 127.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 178 115 62 0 0.35 0.65 0.30 27.41 0.48 0.47
Hex B2 73 3E 0 23 41 1E 1B 30 2F
Octal 262 163 76 0 43 101 36 33 60 57
Binary 10110010 1110011 111110 0 100011 1000001 11110 11011 110000 101111

Color Harmonies of #B2733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2733E

Black with #B2733E

Text Example


Text Example

White with #B2733E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2733E; }

 p { color: rgb(178,115,62); }

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

background-color css

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

 a { background-color: rgb(178,115,62); }

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

border-color css

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

 span { border-color: rgb(178,115,62); }

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