Html Css Color HEX #B0763F Bourbon

📋 copy color: '#B0763F'

red 176 ◦ green 118 ◦ blue 63

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

Shades of Bourbon #B0763F

Tints of Bourbon #B0763F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.65%

R = 49.3%
G = 33.05%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0763F (or 0xB0763F) is known color: Bourbon. HEX triplet: B0, 76 and 3F. RGB value is (176,118,63). Sum of RGB (Red+Green+Blue) = 176+118+63=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0763F is #4F89C0. Grayscale: #818181. Windows color (decimal): -5212609 or 4159152. OLE color: 4159152.

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

Color convert

RGB 176 118 63 -
CMYK 0 0.33 0.64 0.31
HSL 29.2º 0.47% 0.47% -
HSV(B) 29.2º 0.64% 0.69% -
XYZ 25.28 22.55 7.72 -
YUV 129.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 176 118 63 0 0.33 0.64 0.31 29.2 0.47 0.47
Hex B0 76 3F 0 21 40 1F 1D 2F 2F
Octal 260 166 77 0 41 100 37 35 57 57
Binary 10110000 1110110 111111 0 100001 1000000 11111 11101 101111 101111

Color Harmonies of #B0763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0763F

Black with #B0763F

Text Example


Text Example

White with #B0763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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