Html Css Color HEX #B3774D Bourbon

📋 copy color: '#B3774D'

red 179 ◦ green 119 ◦ blue 77

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

Shades of Bourbon #B3774D

Tints of Bourbon #B3774D

RGB

 RED value IS 179 (70.31% from 255) = 47.73%

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

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 47.73%
G = 31.73%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3774D (or 0xB3774D) is known color: Bourbon. HEX triplet: B3, 77 and 4D. RGB value is (179,119,77). Sum of RGB (Red+Green+Blue) = 179+119+77=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3774D is #4C88B2. Grayscale: #848484. Windows color (decimal): -5015731 or 5076915. OLE color: 5076915.

HSL color Cylindrical-coordinate representation of color #B3774D: hue angle of 24.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3774D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 119 77 -
CMYK 0 0.34 0.57 0.30
HSL 24.71º 0.4% 0.5% -
HSV(B) 24.71º 0.57% 0.7% -
XYZ 26.53 23.31 10.12 -
YUV 132.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 179 119 77 0 0.34 0.57 0.30 24.71 0.4 0.5
Hex B3 77 4D 0 22 39 1E 19 28 32
Octal 263 167 115 0 42 71 36 31 50 62
Binary 10110011 1110111 1001101 0 100010 111001 11110 11001 101000 110010

Color Harmonies of #B3774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3774D

Black with #B3774D

Text Example


Text Example

White with #B3774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3774D; }

 p { color: rgb(179,119,77); }

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

background-color css

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

 a { background-color: rgb(179,119,77); }

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

border-color css

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

 span { border-color: rgb(179,119,77); }

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