Html Css Color HEX #B67C7D Turkish Rose

📋 copy color: '#B67C7D'

red 182 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #B67C7D

Tints of Turkish Rose #B67C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 42.23%
G = 28.77%
B = 29%

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

#B67C7D (or 0xB67C7D) is known color: Turkish Rose. HEX triplet: B6, 7C and 7D. RGB value is (182,124,125). Sum of RGB (Red+Green+Blue) = 182+124+125=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C7D is #498382. Grayscale: #8D8D8D. Windows color (decimal): -4817795 or 8223926. OLE color: 8223926.

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

Color convert

RGB 182 124 125 -
CMYK 0 0.32 0.31 0.29
HSL 358.97º 0.28% 0.6% -
HSV(B) 358.97º 0.32% 0.71% -
XYZ 30.2 25.84 22.8 -
YUV 141.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 182 124 125 0 0.32 0.31 0.29 358.97 0.28 0.6
Hex B6 7C 7D 0 20 1F 1D 167 1C 3C
Octal 266 174 175 0 40 37 35 547 34 74
Binary 10110110 1111100 1111101 0 100000 11111 11101 101100111 11100 111100

Color Harmonies of #B67C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C7D

Black with #B67C7D

Text Example


Text Example

White with #B67C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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