Html Css Color HEX #B07647 Bourbon

📋 copy color: '#B07647'

red 176 ◦ green 118 ◦ blue 71

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

Shades of Bourbon #B07647

Tints of Bourbon #B07647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 48.22%
G = 32.33%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B07647 (or 0xB07647) is known color: Bourbon. HEX triplet: B0, 76 and 47. RGB value is (176,118,71). Sum of RGB (Red+Green+Blue) = 176+118+71=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B07647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07647 is #4F89B8. Grayscale: #828282. Windows color (decimal): -5212601 or 4683440. OLE color: 4683440.

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

Color convert

RGB 176 118 71 -
CMYK 0 0.33 0.60 0.31
HSL 26.86º 0.43% 0.48% -
HSV(B) 26.86º 0.6% 0.69% -
XYZ 25.52 22.64 8.99 -
YUV 129.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 176 118 71 0 0.33 0.60 0.31 26.86 0.43 0.48
Hex B0 76 47 0 21 3C 1F 1B 2B 30
Octal 260 166 107 0 41 74 37 33 53 60
Binary 10110000 1110110 1000111 0 100001 111100 11111 11011 101011 110000

Color Harmonies of #B07647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07647

Black with #B07647

Text Example


Text Example

White with #B07647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07647; }

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

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

background-color css

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

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

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

border-color css

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

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

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