Html Css Color HEX #B2784A Bourbon

📋 copy color: '#B2784A'

red 178 ◦ green 120 ◦ blue 74

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

Shades of Bourbon #B2784A

Tints of Bourbon #B2784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 47.85%
G = 32.26%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2784A (or 0xB2784A) is known color: Bourbon. HEX triplet: B2, 78 and 4A. RGB value is (178,120,74). Sum of RGB (Red+Green+Blue) = 178+120+74=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2784A is #4D87B5. Grayscale: #848484. Windows color (decimal): -5081014 or 4880562. OLE color: 4880562.

HSL color Cylindrical-coordinate representation of color #B2784A: hue angle of 26.54º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2784A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 120 74 -
CMYK 0 0.33 0.58 0.30
HSL 26.54º 0.41% 0.49% -
HSV(B) 26.54º 0.58% 0.7% -
XYZ 26.31 23.39 9.61 -
YUV 132.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 178 120 74 0 0.33 0.58 0.30 26.54 0.41 0.49
Hex B2 78 4A 0 21 3A 1E 1B 29 31
Octal 262 170 112 0 41 72 36 33 51 61
Binary 10110010 1111000 1001010 0 100001 111010 11110 11011 101001 110001

Color Harmonies of #B2784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2784A

Black with #B2784A

Text Example


Text Example

White with #B2784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2784A; }

 p { color: rgb(178,120,74); }

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

background-color css

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

 a { background-color: rgb(178,120,74); }

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

border-color css

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

 span { border-color: rgb(178,120,74); }

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