Html Css Color HEX #B2763E Bourbon

📋 copy color: '#B2763E'

red 178 ◦ green 118 ◦ blue 62

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

Shades of Bourbon #B2763E

Tints of Bourbon #B2763E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 49.72%
G = 32.96%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2763E (or 0xB2763E) is known color: Bourbon. HEX triplet: B2, 76 and 3E. RGB value is (178,118,62). Sum of RGB (Red+Green+Blue) = 178+118+62=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2763E is #4D89C1. Grayscale: #818181. Windows color (decimal): -5081538 or 4093618. OLE color: 4093618.

HSL color Cylindrical-coordinate representation of color #B2763E: hue angle of 28.97º 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 #B2763E is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 118 62 -
CMYK 0 0.34 0.65 0.30
HSL 28.97º 0.48% 0.47% -
HSV(B) 28.97º 0.65% 0.7% -
XYZ 25.71 22.77 7.6 -
YUV 129.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 178 118 62 0 0.34 0.65 0.30 28.97 0.48 0.47
Hex B2 76 3E 0 22 41 1E 1D 30 2F
Octal 262 166 76 0 42 101 36 35 60 57
Binary 10110010 1110110 111110 0 100010 1000001 11110 11101 110000 101111

Color Harmonies of #B2763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2763E

Black with #B2763E

Text Example


Text Example

White with #B2763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2763E; }

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

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

background-color css

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

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

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

border-color css

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

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

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