Html Css Color HEX #B67465 Coral Tree

📋 copy color: '#B67465'

red 182 ◦ green 116 ◦ blue 101

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

Shades of Coral Tree #B67465

Tints of Coral Tree #B67465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

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

R = 45.61%
G = 29.07%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B67465 (or 0xB67465) is known color: Coral Tree. HEX triplet: B6, 74 and 65. RGB value is (182,116,101). Sum of RGB (Red+Green+Blue) = 182+116+101=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B67465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67465 is #498B9A. Grayscale: #868686. Windows color (decimal): -4819867 or 6649014. OLE color: 6649014.

HSL color Cylindrical-coordinate representation of color #B67465: hue angle of 11.11º 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 #B67465 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 101 -
CMYK 0 0.36 0.45 0.29
HSL 11.11º 0.36% 0.55% -
HSV(B) 11.11º 0.45% 0.71% -
XYZ 27.89 23.38 15.35 -
YUV 134.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 182 116 101 0 0.36 0.45 0.29 11.11 0.36 0.55
Hex B6 74 65 0 24 2D 1D B 24 37
Octal 266 164 145 0 44 55 35 13 44 67
Binary 10110110 1110100 1100101 0 100100 101101 11101 1011 100100 110111

Color Harmonies of #B67465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67465

Black with #B67465

Text Example


Text Example

White with #B67465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67465; }

 p { color: rgb(182,116,101); }

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

background-color css

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

 a { background-color: rgb(182,116,101); }

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

border-color css

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

 span { border-color: rgb(182,116,101); }

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