Html Css Color HEX #B2665D Coral Tree

📋 copy color: '#B2665D'

red 178 ◦ green 102 ◦ blue 93

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

Shades of Coral Tree #B2665D

Tints of Coral Tree #B2665D

RGB

 RED value IS 178 (69.92% from 255) = 47.72%

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

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 47.72%
G = 27.35%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2665D (or 0xB2665D) is known color: Coral Tree. HEX triplet: B2, 66 and 5D. RGB value is (178,102,93). Sum of RGB (Red+Green+Blue) = 178+102+93=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2665D is #4D99A2. Grayscale: #7B7B7B. Windows color (decimal): -5085603 or 6121138. OLE color: 6121138.

HSL color Cylindrical-coordinate representation of color #B2665D: hue angle of 6.35º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2665D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 102 93 -
CMYK 0 0.43 0.48 0.30
HSL 6.35º 0.36% 0.53% -
HSV(B) 6.35º 0.48% 0.7% -
XYZ 25.09 19.76 12.85 -
YUV 123.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 178 102 93 0 0.43 0.48 0.30 6.35 0.36 0.53
Hex B2 66 5D 0 2B 30 1E 6 24 35
Octal 262 146 135 0 53 60 36 6 44 65
Binary 10110010 1100110 1011101 0 101011 110000 11110 110 100100 110101

Color Harmonies of #B2665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2665D

Black with #B2665D

Text Example


Text Example

White with #B2665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2665D; }

 p { color: rgb(178,102,93); }

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

background-color css

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

 a { background-color: rgb(178,102,93); }

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

border-color css

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

 span { border-color: rgb(178,102,93); }

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