Html Css Color HEX #B66965 Coral Tree

📋 copy color: '#B66965'

red 182 ◦ green 105 ◦ blue 101

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

Shades of Coral Tree #B66965

Tints of Coral Tree #B66965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.06%

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 46.91%
G = 27.06%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B66965 (or 0xB66965) is known color: Coral Tree. HEX triplet: B6, 69 and 65. RGB value is (182,105,101). Sum of RGB (Red+Green+Blue) = 182+105+101=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B66965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66965 is #49969A. Grayscale: #7F7F7F. Windows color (decimal): -4822683 or 6646198. OLE color: 6646198.

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

Color convert

RGB 182 105 101 -
CMYK 0 0.42 0.45 0.29
HSL 2.96º 0.36% 0.55% -
HSV(B) 2.96º 0.45% 0.71% -
XYZ 26.69 20.99 14.96 -
YUV 127.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 182 105 101 0 0.42 0.45 0.29 2.96 0.36 0.55
Hex B6 69 65 0 2A 2D 1D 3 24 37
Octal 266 151 145 0 52 55 35 3 44 67
Binary 10110110 1101001 1100101 0 101010 101101 11101 11 100100 110111

Color Harmonies of #B66965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66965

Black with #B66965

Text Example


Text Example

White with #B66965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66965; }

 p { color: rgb(182,105,101); }

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

background-color css

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

 a { background-color: rgb(182,105,101); }

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

border-color css

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

 span { border-color: rgb(182,105,101); }

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