Html Css Color HEX #B0665C Coral Tree

📋 copy color: '#B0665C'

red 176 ◦ green 102 ◦ blue 92

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

Shades of Coral Tree #B0665C

Tints of Coral Tree #B0665C

RGB

 RED value IS 176 (69.14% from 255) = 47.57%

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 47.57%
G = 27.57%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0665C (or 0xB0665C) is known color: Coral Tree. HEX triplet: B0, 66 and 5C. RGB value is (176,102,92). Sum of RGB (Red+Green+Blue) = 176+102+92=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0665C is #4F99A3. Grayscale: #7B7B7B. Windows color (decimal): -5216676 or 6055600. OLE color: 6055600.

HSL color Cylindrical-coordinate representation of color #B0665C: hue angle of 7.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0665C is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 92 -
CMYK 0 0.42 0.48 0.31
HSL 7.14º 0.35% 0.53% -
HSV(B) 7.14º 0.48% 0.69% -
XYZ 24.59 19.51 12.59 -
YUV 122.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 176 102 92 0 0.42 0.48 0.31 7.14 0.35 0.53
Hex B0 66 5C 0 2A 30 1F 7 23 35
Octal 260 146 134 0 52 60 37 7 43 65
Binary 10110000 1100110 1011100 0 101010 110000 11111 111 100011 110101

Color Harmonies of #B0665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0665C

Black with #B0665C

Text Example


Text Example

White with #B0665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0665C; }

 p { color: rgb(176,102,92); }

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

background-color css

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

 a { background-color: rgb(176,102,92); }

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

border-color css

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

 span { border-color: rgb(176,102,92); }

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