Html Css Color HEX #BB463F Chestnut

📋 copy color: '#BB463F'

red 187 ◦ green 70 ◦ blue 63

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

Shades of Chestnut #BB463F

Tints of Chestnut #BB463F

RGB

 RED value IS 187 (73.44% from 255) = 58.44%

 GREEN value IS 70 (27.73% from 255) = 21.88%

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

R = 58.44%
G = 21.88%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB463F (or 0xBB463F) is known color: Chestnut. HEX triplet: BB, 46 and 3F. RGB value is (187,70,63). Sum of RGB (Red+Green+Blue) = 187+70+63=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB463F is #44B9C0. Grayscale: #686868. Windows color (decimal): -4504001 or 4146875. OLE color: 4146875.

HSL color Cylindrical-coordinate representation of color #BB463F: hue angle of 3.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB463F is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 70 63 -
CMYK 0 0.63 0.66 0.27
HSL 3.39º 0.5% 0.49% -
HSV(B) 3.39º 0.66% 0.73% -
XYZ 23.58 15.3 6.41 -
YUV 104.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 187 70 63 0 0.63 0.66 0.27 3.39 0.5 0.49
Hex BB 46 3F 0 3F 42 1B 3 32 31
Octal 273 106 77 0 77 102 33 3 62 61
Binary 10111011 1000110 111111 0 111111 1000010 11011 11 110010 110001

Color Harmonies of #BB463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB463F

Black with #BB463F

Text Example


Text Example

White with #BB463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB463F; }

 p { color: rgb(187,70,63); }

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

background-color css

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

 a { background-color: rgb(187,70,63); }

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

border-color css

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

 span { border-color: rgb(187,70,63); }

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