Html Css Color HEX #B47A68 Coral Tree

📋 copy color: '#B47A68'

red 180 ◦ green 122 ◦ blue 104

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

Shades of Coral Tree #B47A68

Tints of Coral Tree #B47A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.05%

 BLUE value IS 104 (41.02% from 255) = 25.62%

R = 44.33%
G = 30.05%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B47A68 (or 0xB47A68) is known color: Coral Tree. HEX triplet: B4, 7A and 68. RGB value is (180,122,104). Sum of RGB (Red+Green+Blue) = 180+122+104=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A68 is #4B8597. Grayscale: #898989. Windows color (decimal): -4949400 or 6847156. OLE color: 6847156.

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

Color convert

RGB 180 122 104 -
CMYK 0 0.32 0.42 0.29
HSL 14.21º 0.34% 0.56% -
HSV(B) 14.21º 0.42% 0.71% -
XYZ 28.28 24.62 16.36 -
YUV 137.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 180 122 104 0 0.32 0.42 0.29 14.21 0.34 0.56
Hex B4 7A 68 0 20 2A 1D E 22 38
Octal 264 172 150 0 40 52 35 16 42 70
Binary 10110100 1111010 1101000 0 100000 101010 11101 1110 100010 111000

Color Harmonies of #B47A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A68

Black with #B47A68

Text Example


Text Example

White with #B47A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A68; }

 p { color: rgb(180,122,104); }

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

background-color css

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

 a { background-color: rgb(180,122,104); }

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

border-color css

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

 span { border-color: rgb(180,122,104); }

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