Html Css Color HEX #B6665F Coral Tree

📋 copy color: '#B6665F'

red 182 ◦ green 102 ◦ blue 95

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

Shades of Coral Tree #B6665F

Tints of Coral Tree #B6665F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 48.02%
G = 26.91%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B6665F (or 0xB6665F) is known color: Coral Tree. HEX triplet: B6, 66 and 5F. RGB value is (182,102,95). Sum of RGB (Red+Green+Blue) = 182+102+95=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6665F is #4999A0. Grayscale: #7D7D7D. Windows color (decimal): -4823457 or 6252214. OLE color: 6252214.

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

Color convert

RGB 182 102 95 -
CMYK 0 0.44 0.48 0.29
HSL 4.83º 0.37% 0.54% -
HSV(B) 4.83º 0.48% 0.71% -
XYZ 26.11 20.27 13.36 -
YUV 125.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 182 102 95 0 0.44 0.48 0.29 4.83 0.37 0.54
Hex B6 66 5F 0 2C 30 1D 5 25 36
Octal 266 146 137 0 54 60 35 5 45 66
Binary 10110110 1100110 1011111 0 101100 110000 11101 101 100101 110110

Color Harmonies of #B6665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6665F

Black with #B6665F

Text Example


Text Example

White with #B6665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6665F; }

 p { color: rgb(182,102,95); }

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

background-color css

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

 a { background-color: rgb(182,102,95); }

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

border-color css

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

 span { border-color: rgb(182,102,95); }

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