Html Css Color HEX #B2773D Bourbon

📋 copy color: '#B2773D'

red 178 ◦ green 119 ◦ blue 61

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

Shades of Bourbon #B2773D

Tints of Bourbon #B2773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.04%

R = 49.72%
G = 33.24%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2773D (or 0xB2773D) is known color: Bourbon. HEX triplet: B2, 77 and 3D. RGB value is (178,119,61). Sum of RGB (Red+Green+Blue) = 178+119+61=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2773D is #4D88C2. Grayscale: #828282. Windows color (decimal): -5081283 or 4028338. OLE color: 4028338.

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

Color convert

RGB 178 119 61 -
CMYK 0 0.33 0.66 0.30
HSL 29.74º 0.49% 0.47% -
HSV(B) 29.74º 0.66% 0.7% -
XYZ 25.8 23 7.49 -
YUV 130.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 178 119 61 0 0.33 0.66 0.30 29.74 0.49 0.47
Hex B2 77 3D 0 21 42 1E 1E 31 2F
Octal 262 167 75 0 41 102 36 36 61 57
Binary 10110010 1110111 111101 0 100001 1000010 11110 11110 110001 101111

Color Harmonies of #B2773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2773D

Black with #B2773D

Text Example


Text Example

White with #B2773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2773D; }

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

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

background-color css

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

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

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

border-color css

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

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

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