Html Css Color HEX #B2625A Coral Tree

📋 copy color: '#B2625A'

red 178 ◦ green 98 ◦ blue 90

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

Shades of Coral Tree #B2625A

Tints of Coral Tree #B2625A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.59%

R = 48.63%
G = 26.78%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2625A (or 0xB2625A) is known color: Coral Tree. HEX triplet: B2, 62 and 5A. RGB value is (178,98,90). Sum of RGB (Red+Green+Blue) = 178+98+90=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2625A is #4D9DA5. Grayscale: #797979. Windows color (decimal): -5086630 or 5923506. OLE color: 5923506.

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

Color convert

RGB 178 98 90 -
CMYK 0 0.45 0.49 0.30
HSL 5.45º 0.36% 0.53% -
HSV(B) 5.45º 0.49% 0.7% -
XYZ 24.57 18.94 12.03 -
YUV 121.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 178 98 90 0 0.45 0.49 0.30 5.45 0.36 0.53
Hex B2 62 5A 0 2D 31 1E 5 24 35
Octal 262 142 132 0 55 61 36 5 44 65
Binary 10110010 1100010 1011010 0 101101 110001 11110 101 100100 110101

Color Harmonies of #B2625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2625A

Black with #B2625A

Text Example


Text Example

White with #B2625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2625A; }

 p { color: rgb(178,98,90); }

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

background-color css

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

 a { background-color: rgb(178,98,90); }

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

border-color css

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

 span { border-color: rgb(178,98,90); }

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