Html Css Color HEX #B07546 Bourbon

📋 copy color: '#B07546'

red 176 ◦ green 117 ◦ blue 70

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

Shades of Bourbon #B07546

Tints of Bourbon #B07546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 48.48%
G = 32.23%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B07546 (or 0xB07546) is known color: Bourbon. HEX triplet: B0, 75 and 46. RGB value is (176,117,70). Sum of RGB (Red+Green+Blue) = 176+117+70=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B07546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07546 is #4F8AB9. Grayscale: #818181. Windows color (decimal): -5212858 or 4617648. OLE color: 4617648.

HSL color Cylindrical-coordinate representation of color #B07546: hue angle of 26.6º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B07546 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 70 -
CMYK 0 0.34 0.60 0.31
HSL 26.6º 0.43% 0.48% -
HSV(B) 26.6º 0.6% 0.69% -
XYZ 25.37 22.39 8.78 -
YUV 129.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 176 117 70 0 0.34 0.60 0.31 26.6 0.43 0.48
Hex B0 75 46 0 22 3C 1F 1B 2B 30
Octal 260 165 106 0 42 74 37 33 53 60
Binary 10110000 1110101 1000110 0 100010 111100 11111 11011 101011 110000

Color Harmonies of #B07546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07546

Black with #B07546

Text Example


Text Example

White with #B07546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07546; }

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

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

background-color css

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

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

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

border-color css

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

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

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