Html Css Color HEX #B67265 Coral Tree

📋 copy color: '#B67265'

red 182 ◦ green 114 ◦ blue 101

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

Shades of Coral Tree #B67265

Tints of Coral Tree #B67265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

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

R = 45.84%
G = 28.72%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B67265 (or 0xB67265) is known color: Coral Tree. HEX triplet: B6, 72 and 65. RGB value is (182,114,101). Sum of RGB (Red+Green+Blue) = 182+114+101=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B67265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67265 is #498D9A. Grayscale: #848484. Windows color (decimal): -4820379 or 6648502. OLE color: 6648502.

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

Color convert

RGB 182 114 101 -
CMYK 0 0.37 0.45 0.29
HSL 9.63º 0.36% 0.55% -
HSV(B) 9.63º 0.45% 0.71% -
XYZ 27.66 22.92 15.28 -
YUV 132.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 182 114 101 0 0.37 0.45 0.29 9.63 0.36 0.55
Hex B6 72 65 0 25 2D 1D A 24 37
Octal 266 162 145 0 45 55 35 12 44 67
Binary 10110110 1110010 1100101 0 100101 101101 11101 1010 100100 110111

Color Harmonies of #B67265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67265

Black with #B67265

Text Example


Text Example

White with #B67265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67265; }

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

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

background-color css

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

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

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

border-color css

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

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

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