Html Css Color HEX #B67C7E Turkish Rose

📋 copy color: '#B67C7E'

red 182 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #B67C7E

Tints of Turkish Rose #B67C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 42.13%
G = 28.7%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B67C7E (or 0xB67C7E) is known color: Turkish Rose. HEX triplet: B6, 7C and 7E. RGB value is (182,124,126). Sum of RGB (Red+Green+Blue) = 182+124+126=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C7E is #498381. Grayscale: #8D8D8D. Windows color (decimal): -4817794 or 8289462. OLE color: 8289462.

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

Color convert

RGB 182 124 126 -
CMYK 0 0.32 0.31 0.29
HSL 357.93º 0.28% 0.6% -
HSV(B) 357.93º 0.32% 0.71% -
XYZ 30.26 25.87 23.14 -
YUV 141.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 182 124 126 0 0.32 0.31 0.29 357.93 0.28 0.6
Hex B6 7C 7E 0 20 1F 1D 166 1C 3C
Octal 266 174 176 0 40 37 35 546 34 74
Binary 10110110 1111100 1111110 0 100000 11111 11101 101100110 11100 111100

Color Harmonies of #B67C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C7E

Black with #B67C7E

Text Example


Text Example

White with #B67C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C7E; }

 p { color: rgb(182,124,126); }

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

background-color css

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

 a { background-color: rgb(182,124,126); }

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

border-color css

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

 span { border-color: rgb(182,124,126); }

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