Html Css Color HEX #B67164 Coral Tree

📋 copy color: '#B67164'

red 182 ◦ green 113 ◦ blue 100

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

Shades of Coral Tree #B67164

Tints of Coral Tree #B67164

RGB

 RED value IS 182 (71.48% from 255) = 46.08%

 GREEN value IS 113 (44.53% from 255) = 28.61%

 BLUE value IS 100 (39.45% from 255) = 25.32%

R = 46.08%
G = 28.61%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B67164 (or 0xB67164) is known color: Coral Tree. HEX triplet: B6, 71 and 64. RGB value is (182,113,100). Sum of RGB (Red+Green+Blue) = 182+113+100=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B67164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67164 is #498E9B. Grayscale: #848484. Windows color (decimal): -4820636 or 6582710. OLE color: 6582710.

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

Color convert

RGB 182 113 100 -
CMYK 0 0.38 0.45 0.29
HSL 9.51º 0.36% 0.55% -
HSV(B) 9.51º 0.45% 0.71% -
XYZ 27.5 22.68 14.98 -
YUV 132.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 182 113 100 0 0.38 0.45 0.29 9.51 0.36 0.55
Hex B6 71 64 0 26 2D 1D A 24 37
Octal 266 161 144 0 46 55 35 12 44 67
Binary 10110110 1110001 1100100 0 100110 101101 11101 1010 100100 110111

Color Harmonies of #B67164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67164

Black with #B67164

Text Example


Text Example

White with #B67164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67164; }

 p { color: rgb(182,113,100); }

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

background-color css

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

 a { background-color: rgb(182,113,100); }

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

border-color css

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

 span { border-color: rgb(182,113,100); }

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