Html Css Color HEX #B07348 Bourbon

📋 copy color: '#B07348'

red 176 ◦ green 115 ◦ blue 72

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

Shades of Bourbon #B07348

Tints of Bourbon #B07348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 48.48%
G = 31.68%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B07348 (or 0xB07348) is known color: Bourbon. HEX triplet: B0, 73 and 48. RGB value is (176,115,72). Sum of RGB (Red+Green+Blue) = 176+115+72=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B07348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07348 is #4F8CB7. Grayscale: #808080. Windows color (decimal): -5213368 or 4748208. OLE color: 4748208.

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

Color convert

RGB 176 115 72 -
CMYK 0 0.35 0.59 0.31
HSL 24.81º 0.42% 0.49% -
HSV(B) 24.81º 0.59% 0.69% -
XYZ 25.2 21.96 9.04 -
YUV 128.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 176 115 72 0 0.35 0.59 0.31 24.81 0.42 0.49
Hex B0 73 48 0 23 3B 1F 19 2A 31
Octal 260 163 110 0 43 73 37 31 52 61
Binary 10110000 1110011 1001000 0 100011 111011 11111 11001 101010 110001

Color Harmonies of #B07348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07348

Black with #B07348

Text Example


Text Example

White with #B07348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07348; }

 p { color: rgb(176,115,72); }

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

background-color css

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

 a { background-color: rgb(176,115,72); }

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

border-color css

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

 span { border-color: rgb(176,115,72); }

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