Html Css Color HEX #B2784B Bourbon

📋 copy color: '#B2784B'

red 178 ◦ green 120 ◦ blue 75

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

Shades of Bourbon #B2784B

Tints of Bourbon #B2784B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 47.72%
G = 32.17%
B = 20.11%

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

#B2784B (or 0xB2784B) is known color: Bourbon. HEX triplet: B2, 78 and 4B. RGB value is (178,120,75). Sum of RGB (Red+Green+Blue) = 178+120+75=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2784B is #4D87B4. Grayscale: #848484. Windows color (decimal): -5081013 or 4946098. OLE color: 4946098.

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

Color convert

RGB 178 120 75 -
CMYK 0 0.33 0.58 0.30
HSL 26.21º 0.41% 0.5% -
HSV(B) 26.21º 0.58% 0.7% -
XYZ 26.35 23.41 9.79 -
YUV 132.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 178 120 75 0 0.33 0.58 0.30 26.21 0.41 0.5
Hex B2 78 4B 0 21 3A 1E 1A 29 32
Octal 262 170 113 0 41 72 36 32 51 62
Binary 10110010 1111000 1001011 0 100001 111010 11110 11010 101001 110010

Color Harmonies of #B2784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2784B

Black with #B2784B

Text Example


Text Example

White with #B2784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2784B; }

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

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

background-color css

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

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

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

border-color css

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

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

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