Html Css Color HEX #B07643 Bourbon

📋 copy color: '#B07643'

red 176 ◦ green 118 ◦ blue 67

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

Shades of Bourbon #B07643

Tints of Bourbon #B07643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.56%

R = 48.75%
G = 32.69%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B07643 (or 0xB07643) is known color: Bourbon. HEX triplet: B0, 76 and 43. RGB value is (176,118,67). Sum of RGB (Red+Green+Blue) = 176+118+67=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B07643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07643 is #4F89BC. Grayscale: #818181. Windows color (decimal): -5212605 or 4421296. OLE color: 4421296.

HSL color Cylindrical-coordinate representation of color #B07643: hue angle of 28.07º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B07643 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 67 -
CMYK 0 0.33 0.62 0.31
HSL 28.07º 0.45% 0.48% -
HSV(B) 28.07º 0.62% 0.69% -
XYZ 25.4 22.59 8.33 -
YUV 129.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 176 118 67 0 0.33 0.62 0.31 28.07 0.45 0.48
Hex B0 76 43 0 21 3E 1F 1C 2D 30
Octal 260 166 103 0 41 76 37 34 55 60
Binary 10110000 1110110 1000011 0 100001 111110 11111 11100 101101 110000

Color Harmonies of #B07643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07643

Black with #B07643

Text Example


Text Example

White with #B07643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07643; }

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

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

background-color css

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

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

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

border-color css

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

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

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