Html Css Color HEX #B47965 Coral Tree

📋 copy color: '#B47965'

red 180 ◦ green 121 ◦ blue 101

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

Shades of Coral Tree #B47965

Tints of Coral Tree #B47965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.1%

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 44.78%
G = 30.1%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B47965 (or 0xB47965) is known color: Coral Tree. HEX triplet: B4, 79 and 65. RGB value is (180,121,101). Sum of RGB (Red+Green+Blue) = 180+121+101=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B47965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47965 is #4B869A. Grayscale: #888888. Windows color (decimal): -4949659 or 6650292. OLE color: 6650292.

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

Color convert

RGB 180 121 101 -
CMYK 0 0.33 0.44 0.29
HSL 15.19º 0.34% 0.55% -
HSV(B) 15.19º 0.44% 0.71% -
XYZ 28.01 24.32 15.53 -
YUV 136.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 180 121 101 0 0.33 0.44 0.29 15.19 0.34 0.55
Hex B4 79 65 0 21 2C 1D F 22 37
Octal 264 171 145 0 41 54 35 17 42 67
Binary 10110100 1111001 1100101 0 100001 101100 11101 1111 100010 110111

Color Harmonies of #B47965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47965

Black with #B47965

Text Example


Text Example

White with #B47965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47965; }

 p { color: rgb(180,121,101); }

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

background-color css

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

 a { background-color: rgb(180,121,101); }

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

border-color css

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

 span { border-color: rgb(180,121,101); }

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