Html Css Color HEX #B4763F Bourbon

📋 copy color: '#B4763F'

red 180 ◦ green 118 ◦ blue 63

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

Shades of Bourbon #B4763F

Tints of Bourbon #B4763F

RGB

 RED value IS 180 (70.7% from 255) = 49.86%

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

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

R = 49.86%
G = 32.69%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4763F (or 0xB4763F) is known color: Bourbon. HEX triplet: B4, 76 and 3F. RGB value is (180,118,63). Sum of RGB (Red+Green+Blue) = 180+118+63=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4763F is #4B89C0. Grayscale: #828282. Windows color (decimal): -4950465 or 4159156. OLE color: 4159156.

HSL color Cylindrical-coordinate representation of color #B4763F: hue angle of 28.21º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4763F is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 118 63 -
CMYK 0 0.34 0.65 0.29
HSL 28.21º 0.48% 0.48% -
HSV(B) 28.21º 0.65% 0.71% -
XYZ 26.2 23.02 7.76 -
YUV 130.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 180 118 63 0 0.34 0.65 0.29 28.21 0.48 0.48
Hex B4 76 3F 0 22 41 1D 1C 30 30
Octal 264 166 77 0 42 101 35 34 60 60
Binary 10110100 1110110 111111 0 100010 1000001 11101 11100 110000 110000

Color Harmonies of #B4763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4763F

Black with #B4763F

Text Example


Text Example

White with #B4763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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