Html Css Color HEX #B3663D Bourbon

📋 copy color: '#B3663D'

red 179 ◦ green 102 ◦ blue 61

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

Shades of Bourbon #B3663D

Tints of Bourbon #B3663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 52.34%
G = 29.82%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3663D (or 0xB3663D) is known color: Bourbon. HEX triplet: B3, 66 and 3D. RGB value is (179,102,61). Sum of RGB (Red+Green+Blue) = 179+102+61=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3663D is #4C99C2. Grayscale: #787878. Windows color (decimal): -5020099 or 4023987. OLE color: 4023987.

HSL color Cylindrical-coordinate representation of color #B3663D: hue angle of 20.85º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3663D is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 61 -
CMYK 0 0.43 0.66 0.30
HSL 20.85º 0.49% 0.47% -
HSV(B) 20.85º 0.66% 0.7% -
XYZ 24.18 19.42 6.89 -
YUV 120.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 179 102 61 0 0.43 0.66 0.30 20.85 0.49 0.47
Hex B3 66 3D 0 2B 42 1E 15 31 2F
Octal 263 146 75 0 53 102 36 25 61 57
Binary 10110011 1100110 111101 0 101011 1000010 11110 10101 110001 101111

Color Harmonies of #B3663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3663D

Black with #B3663D

Text Example


Text Example

White with #B3663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3663D; }

 p { color: rgb(179,102,61); }

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

background-color css

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

 a { background-color: rgb(179,102,61); }

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

border-color css

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

 span { border-color: rgb(179,102,61); }

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