Html Css Color HEX #B47262 Coral Tree

📋 copy color: '#B47262'

red 180 ◦ green 114 ◦ blue 98

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

Shades of Coral Tree #B47262

Tints of Coral Tree #B47262

RGB

 RED value IS 180 (70.7% from 255) = 45.92%

 GREEN value IS 114 (44.92% from 255) = 29.08%

 BLUE value IS 98 (38.67% from 255) = 25%

R = 45.92%
G = 29.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B47262 (or 0xB47262) is known color: Coral Tree. HEX triplet: B4, 72 and 62. RGB value is (180,114,98). Sum of RGB (Red+Green+Blue) = 180+114+98=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B47262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47262 is #4B8D9D. Grayscale: #848484. Windows color (decimal): -4951454 or 6451892. OLE color: 6451892.

HSL color Cylindrical-coordinate representation of color #B47262: hue angle of 11.71º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B47262 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 114 98 -
CMYK 0 0.37 0.46 0.29
HSL 11.71º 0.35% 0.55% -
HSV(B) 11.71º 0.46% 0.71% -
XYZ 27.04 22.62 14.5 -
YUV 131.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 180 114 98 0 0.37 0.46 0.29 11.71 0.35 0.55
Hex B4 72 62 0 25 2E 1D C 23 37
Octal 264 162 142 0 45 56 35 14 43 67
Binary 10110100 1110010 1100010 0 100101 101110 11101 1100 100011 110111

Color Harmonies of #B47262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47262

Black with #B47262

Text Example


Text Example

White with #B47262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47262; }

 p { color: rgb(180,114,98); }

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

background-color css

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

 a { background-color: rgb(180,114,98); }

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

border-color css

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

 span { border-color: rgb(180,114,98); }

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