Html Css Color HEX #B2605A Coral Tree

📋 copy color: '#B2605A'

red 178 ◦ green 96 ◦ blue 90

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

Shades of Coral Tree #B2605A

Tints of Coral Tree #B2605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

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

R = 48.9%
G = 26.37%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2605A (or 0xB2605A) is known color: Coral Tree. HEX triplet: B2, 60 and 5A. RGB value is (178,96,90). Sum of RGB (Red+Green+Blue) = 178+96+90=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2605A is #4D9FA5. Grayscale: #777777. Windows color (decimal): -5087142 or 5922994. OLE color: 5922994.

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

Color convert

RGB 178 96 90 -
CMYK 0 0.46 0.49 0.30
HSL 4.09º 0.36% 0.53% -
HSV(B) 4.09º 0.49% 0.7% -
XYZ 24.39 18.57 11.97 -
YUV 119.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 178 96 90 0 0.46 0.49 0.30 4.09 0.36 0.53
Hex B2 60 5A 0 2E 31 1E 4 24 35
Octal 262 140 132 0 56 61 36 4 44 65
Binary 10110010 1100000 1011010 0 101110 110001 11110 100 100100 110101

Color Harmonies of #B2605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2605A

Black with #B2605A

Text Example


Text Example

White with #B2605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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