Html Css Color HEX #B2773E Bourbon

📋 copy color: '#B2773E'

red 178 ◦ green 119 ◦ blue 62

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

Shades of Bourbon #B2773E

Tints of Bourbon #B2773E

RGB

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

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

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

R = 49.58%
G = 33.15%
B = 17.27%

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

#B2773E (or 0xB2773E) is known color: Bourbon. HEX triplet: B2, 77 and 3E. RGB value is (178,119,62). Sum of RGB (Red+Green+Blue) = 178+119+62=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2773E is #4D88C1. Grayscale: #828282. Windows color (decimal): -5081282 or 4093874. OLE color: 4093874.

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

Color convert

RGB 178 119 62 -
CMYK 0 0.33 0.65 0.30
HSL 29.48º 0.48% 0.47% -
HSV(B) 29.48º 0.65% 0.7% -
XYZ 25.83 23.01 7.64 -
YUV 130.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 178 119 62 0 0.33 0.65 0.30 29.48 0.48 0.47
Hex B2 77 3E 0 21 41 1E 1D 30 2F
Octal 262 167 76 0 41 101 36 35 60 57
Binary 10110010 1110111 111110 0 100001 1000001 11110 11101 110000 101111

Color Harmonies of #B2773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2773E

Black with #B2773E

Text Example


Text Example

White with #B2773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2773E; }

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

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

background-color css

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

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

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

border-color css

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

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

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