Html Css Color HEX #B46767 Coral Tree

📋 copy color: '#B46767'

red 180 ◦ green 103 ◦ blue 103

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

Shades of Coral Tree #B46767

Tints of Coral Tree #B46767

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

 BLUE value IS 103 (40.63% from 255) = 26.68%

R = 46.63%
G = 26.68%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B46767 (or 0xB46767) is known color: Coral Tree. HEX triplet: B4, 67 and 67. RGB value is (180,103,103). Sum of RGB (Red+Green+Blue) = 180+103+103=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B46767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46767 is #4B9898. Grayscale: #7E7E7E. Windows color (decimal): -4954265 or 6776756. OLE color: 6776756.

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

Color convert

RGB 180 103 103 -
CMYK 0 0.43 0.43 0.29
HSL 0.34% 0.55% -
HSV(B) 0.43% 0.71% -
XYZ 26.12 20.38 15.39 -
YUV 126.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 180 103 103 0 0.43 0.43 0.29 0 0.34 0.55
Hex B4 67 67 0 2B 2B 1D 0 22 37
Octal 264 147 147 0 53 53 35 0 42 67
Binary 10110100 1100111 1100111 0 101011 101011 11101 0 100010 110111

Color Harmonies of #B46767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46767

Black with #B46767

Text Example


Text Example

White with #B46767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46767; }

 p { color: rgb(180,103,103); }

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

background-color css

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

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

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

border-color css

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

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

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