Html Css Color HEX #B2773F Bourbon

📋 copy color: '#B2773F'

red 178 ◦ green 119 ◦ blue 63

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

Shades of Bourbon #B2773F

Tints of Bourbon #B2773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.06%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 49.44%
G = 33.06%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2773F (or 0xB2773F) is known color: Bourbon. HEX triplet: B2, 77 and 3F. RGB value is (178,119,63). Sum of RGB (Red+Green+Blue) = 178+119+63=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2773F is #4D88C0. Grayscale: #828282. Windows color (decimal): -5081281 or 4159410. OLE color: 4159410.

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

Color convert

RGB 178 119 63 -
CMYK 0 0.33 0.65 0.30
HSL 29.22º 0.48% 0.47% -
HSV(B) 29.22º 0.65% 0.7% -
XYZ 25.85 23.02 7.78 -
YUV 130.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 178 119 63 0 0.33 0.65 0.30 29.22 0.48 0.47
Hex B2 77 3F 0 21 41 1E 1D 30 2F
Octal 262 167 77 0 41 101 36 35 60 57
Binary 10110010 1110111 111111 0 100001 1000001 11110 11101 110000 101111

Color Harmonies of #B2773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2773F

Black with #B2773F

Text Example


Text Example

White with #B2773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2773F; }

 p { color: rgb(178,119,63); }

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

background-color css

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

 a { background-color: rgb(178,119,63); }

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

border-color css

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

 span { border-color: rgb(178,119,63); }

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