Html Css Color HEX #B4733F Bourbon

📋 copy color: '#B4733F'

red 180 ◦ green 115 ◦ blue 63

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

Shades of Bourbon #B4733F

Tints of Bourbon #B4733F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

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

R = 50.28%
G = 32.12%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4733F (or 0xB4733F) is known color: Bourbon. HEX triplet: B4, 73 and 3F. RGB value is (180,115,63). Sum of RGB (Red+Green+Blue) = 180+115+63=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4733F is #4B8CC0. Grayscale: #808080. Windows color (decimal): -4951233 or 4158388. OLE color: 4158388.

HSL color Cylindrical-coordinate representation of color #B4733F: hue angle of 26.67º 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 #B4733F is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 115 63 -
CMYK 0 0.36 0.65 0.29
HSL 26.67º 0.48% 0.48% -
HSV(B) 26.67º 0.65% 0.71% -
XYZ 25.85 22.32 7.65 -
YUV 128.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 180 115 63 0 0.36 0.65 0.29 26.67 0.48 0.48
Hex B4 73 3F 0 24 41 1D 1B 30 30
Octal 264 163 77 0 44 101 35 33 60 60
Binary 10110100 1110011 111111 0 100100 1000001 11101 11011 110000 110000

Color Harmonies of #B4733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4733F

Black with #B4733F

Text Example


Text Example

White with #B4733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4733F; }

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

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

background-color css

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

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

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

border-color css

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

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

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