Html Css Color HEX #B07548 Bourbon

📋 copy color: '#B07548'

red 176 ◦ green 117 ◦ blue 72

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

Shades of Bourbon #B07548

Tints of Bourbon #B07548

RGB

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

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

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

R = 48.22%
G = 32.05%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B07548 (or 0xB07548) is known color: Bourbon. HEX triplet: B0, 75 and 48. RGB value is (176,117,72). Sum of RGB (Red+Green+Blue) = 176+117+72=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B07548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07548 is #4F8AB7. Grayscale: #818181. Windows color (decimal): -5212856 or 4748720. OLE color: 4748720.

HSL color Cylindrical-coordinate representation of color #B07548: hue angle of 25.96º 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 #B07548 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 72 -
CMYK 0 0.34 0.59 0.31
HSL 25.96º 0.42% 0.49% -
HSV(B) 25.96º 0.59% 0.69% -
XYZ 25.44 22.42 9.12 -
YUV 129.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 176 117 72 0 0.34 0.59 0.31 25.96 0.42 0.49
Hex B0 75 48 0 22 3B 1F 1A 2A 31
Octal 260 165 110 0 42 73 37 32 52 61
Binary 10110000 1110101 1001000 0 100010 111011 11111 11010 101010 110001

Color Harmonies of #B07548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07548

Black with #B07548

Text Example


Text Example

White with #B07548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07548; }

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

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

background-color css

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

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

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

border-color css

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

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

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