Html Css Color HEX #B2625B Coral Tree

📋 copy color: '#B2625B'

red 178 ◦ green 98 ◦ blue 91

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

Shades of Coral Tree #B2625B

Tints of Coral Tree #B2625B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 48.5%
G = 26.7%
B = 24.8%

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

#B2625B (or 0xB2625B) is known color: Coral Tree. HEX triplet: B2, 62 and 5B. RGB value is (178,98,91). Sum of RGB (Red+Green+Blue) = 178+98+91=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2625B is #4D9DA4. Grayscale: #797979. Windows color (decimal): -5086629 or 5989042. OLE color: 5989042.

HSL color Cylindrical-coordinate representation of color #B2625B: hue angle of 4.83º 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 #B2625B is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 91 -
CMYK 0 0.45 0.49 0.30
HSL 4.83º 0.36% 0.53% -
HSV(B) 4.83º 0.49% 0.7% -
XYZ 24.62 18.96 12.26 -
YUV 121.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 178 98 91 0 0.45 0.49 0.30 4.83 0.36 0.53
Hex B2 62 5B 0 2D 31 1E 5 24 35
Octal 262 142 133 0 55 61 36 5 44 65
Binary 10110010 1100010 1011011 0 101101 110001 11110 101 100100 110101

Color Harmonies of #B2625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2625B

Black with #B2625B

Text Example


Text Example

White with #B2625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2625B; }

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

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

background-color css

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

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

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

border-color css

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

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

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