Html Css Color HEX #B3744B Bourbon

📋 copy color: '#B3744B'

red 179 ◦ green 116 ◦ blue 75

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

Shades of Bourbon #B3744B

Tints of Bourbon #B3744B

RGB

 RED value IS 179 (70.31% from 255) = 48.38%

 GREEN value IS 116 (45.7% from 255) = 31.35%

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 48.38%
G = 31.35%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3744B (or 0xB3744B) is known color: Bourbon. HEX triplet: B3, 74 and 4B. RGB value is (179,116,75). Sum of RGB (Red+Green+Blue) = 179+116+75=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3744B is #4C8BB4. Grayscale: #828282. Windows color (decimal): -5016501 or 4945075. OLE color: 4945075.

HSL color Cylindrical-coordinate representation of color #B3744B: hue angle of 23.65º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3744B is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 75 -
CMYK 0 0.35 0.58 0.30
HSL 23.65º 0.41% 0.5% -
HSV(B) 23.65º 0.58% 0.7% -
XYZ 26.11 22.58 9.64 -
YUV 130.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 179 116 75 0 0.35 0.58 0.30 23.65 0.41 0.5
Hex B3 74 4B 0 23 3A 1E 18 29 32
Octal 263 164 113 0 43 72 36 30 51 62
Binary 10110011 1110100 1001011 0 100011 111010 11110 11000 101001 110010

Color Harmonies of #B3744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3744B

Black with #B3744B

Text Example


Text Example

White with #B3744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3744B; }

 p { color: rgb(179,116,75); }

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

background-color css

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

 a { background-color: rgb(179,116,75); }

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

border-color css

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

 span { border-color: rgb(179,116,75); }

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