Html Css Color HEX #B2714A Bourbon

📋 copy color: '#B2714A'

red 178 ◦ green 113 ◦ blue 74

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

Shades of Bourbon #B2714A

Tints of Bourbon #B2714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

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

R = 48.77%
G = 30.96%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2714A (or 0xB2714A) is known color: Bourbon. HEX triplet: B2, 71 and 4A. RGB value is (178,113,74). Sum of RGB (Red+Green+Blue) = 178+113+74=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B2714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2714A is #4D8EB5. Grayscale: #808080. Windows color (decimal): -5082806 or 4878770. OLE color: 4878770.

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

Color convert

RGB 178 113 74 -
CMYK 0 0.37 0.58 0.30
HSL 22.5º 0.41% 0.49% -
HSV(B) 22.5º 0.58% 0.7% -
XYZ 25.5 21.77 9.34 -
YUV 127.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 178 113 74 0 0.37 0.58 0.30 22.5 0.41 0.49
Hex B2 71 4A 0 25 3A 1E 16 29 31
Octal 262 161 112 0 45 72 36 26 51 61
Binary 10110010 1110001 1001010 0 100101 111010 11110 10110 101001 110001

Color Harmonies of #B2714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2714A

Black with #B2714A

Text Example


Text Example

White with #B2714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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