Html Css Color HEX #B0754B Bourbon

📋 copy color: '#B0754B'

red 176 ◦ green 117 ◦ blue 75

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

Shades of Bourbon #B0754B

Tints of Bourbon #B0754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

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

R = 47.83%
G = 31.79%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0754B (or 0xB0754B) is known color: Bourbon. HEX triplet: B0, 75 and 4B. RGB value is (176,117,75). Sum of RGB (Red+Green+Blue) = 176+117+75=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0754B is #4F8AB4. Grayscale: #828282. Windows color (decimal): -5212853 or 4945328. OLE color: 4945328.

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

Color convert

RGB 176 117 75 -
CMYK 0 0.34 0.57 0.31
HSL 24.95º 0.4% 0.49% -
HSV(B) 24.95º 0.57% 0.69% -
XYZ 25.54 22.46 9.65 -
YUV 129.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 176 117 75 0 0.34 0.57 0.31 24.95 0.4 0.49
Hex B0 75 4B 0 22 39 1F 19 28 31
Octal 260 165 113 0 42 71 37 31 50 61
Binary 10110000 1110101 1001011 0 100010 111001 11111 11001 101000 110001

Color Harmonies of #B0754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0754B

Black with #B0754B

Text Example


Text Example

White with #B0754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0754B; }

 p { color: rgb(176,117,75); }

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

background-color css

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

 a { background-color: rgb(176,117,75); }

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

border-color css

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

 span { border-color: rgb(176,117,75); }

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