Html Css Color HEX #B66260 Coral Tree

📋 copy color: '#B66260'

red 182 ◦ green 98 ◦ blue 96

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

Shades of Coral Tree #B66260

Tints of Coral Tree #B66260

RGB

 RED value IS 182 (71.48% from 255) = 48.4%

 GREEN value IS 98 (38.67% from 255) = 26.06%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 48.4%
G = 26.06%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B66260 (or 0xB66260) is known color: Coral Tree. HEX triplet: B6, 62 and 60. RGB value is (182,98,96). Sum of RGB (Red+Green+Blue) = 182+98+96=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B66260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66260 is #499D9F. Grayscale: #7A7A7A. Windows color (decimal): -4824480 or 6316726. OLE color: 6316726.

HSL color Cylindrical-coordinate representation of color #B66260: hue angle of 1.4º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66260 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 98 96 -
CMYK 0 0.46 0.47 0.29
HSL 1.4º 0.37% 0.55% -
HSV(B) 1.4º 0.47% 0.71% -
XYZ 25.77 19.52 13.48 -
YUV 122.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 182 98 96 0 0.46 0.47 0.29 1.4 0.37 0.55
Hex B6 62 60 0 2E 2F 1D 1 25 37
Octal 266 142 140 0 56 57 35 1 45 67
Binary 10110110 1100010 1100000 0 101110 101111 11101 1 100101 110111

Color Harmonies of #B66260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66260

Black with #B66260

Text Example


Text Example

White with #B66260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66260; }

 p { color: rgb(182,98,96); }

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

background-color css

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

 a { background-color: rgb(182,98,96); }

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

border-color css

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

 span { border-color: rgb(182,98,96); }

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