Html Css Color HEX #B0764A Bourbon

📋 copy color: '#B0764A'

red 176 ◦ green 118 ◦ blue 74

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

Shades of Bourbon #B0764A

Tints of Bourbon #B0764A

RGB

 RED value IS 176 (69.14% from 255) = 47.83%

 GREEN value IS 118 (46.48% from 255) = 32.07%

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

R = 47.83%
G = 32.07%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0764A (or 0xB0764A) is known color: Bourbon. HEX triplet: B0, 76 and 4A. RGB value is (176,118,74). Sum of RGB (Red+Green+Blue) = 176+118+74=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0764A is #4F89B5. Grayscale: #828282. Windows color (decimal): -5212598 or 4880048. OLE color: 4880048.

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

Color convert

RGB 176 118 74 -
CMYK 0 0.33 0.58 0.31
HSL 25.88º 0.41% 0.49% -
HSV(B) 25.88º 0.58% 0.69% -
XYZ 25.62 22.68 9.51 -
YUV 130.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 176 118 74 0 0.33 0.58 0.31 25.88 0.41 0.49
Hex B0 76 4A 0 21 3A 1F 1A 29 31
Octal 260 166 112 0 41 72 37 32 51 61
Binary 10110000 1110110 1001010 0 100001 111010 11111 11010 101001 110001

Color Harmonies of #B0764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0764A

Black with #B0764A

Text Example


Text Example

White with #B0764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0764A; }

 p { color: rgb(176,118,74); }

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

background-color css

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

 a { background-color: rgb(176,118,74); }

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

border-color css

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

 span { border-color: rgb(176,118,74); }

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