Html Css Color HEX #B67273 Turkish Rose

📋 copy color: '#B67273'

red 182 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #B67273

Tints of Turkish Rose #B67273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 44.28%
G = 27.74%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B67273 (or 0xB67273) is known color: Turkish Rose. HEX triplet: B6, 72 and 73. RGB value is (182,114,115). Sum of RGB (Red+Green+Blue) = 182+114+115=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B67273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67273 is #498D8C. Grayscale: #868686. Windows color (decimal): -4820365 or 7566006. OLE color: 7566006.

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

Color convert

RGB 182 114 115 -
CMYK 0 0.37 0.37 0.29
HSL 359.12º 0.32% 0.58% -
HSV(B) 359.12º 0.37% 0.71% -
XYZ 28.4 23.22 19.2 -
YUV 134.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 182 114 115 0 0.37 0.37 0.29 359.12 0.32 0.58
Hex B6 72 73 0 25 25 1D 167 20 3A
Octal 266 162 163 0 45 45 35 547 40 72
Binary 10110110 1110010 1110011 0 100101 100101 11101 101100111 100000 111010

Color Harmonies of #B67273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67273

Black with #B67273

Text Example


Text Example

White with #B67273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67273; }

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

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

background-color css

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

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

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

border-color css

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

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

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