Html Css Color HEX #B6636D Turkish Rose

📋 copy color: '#B6636D'

red 182 ◦ green 99 ◦ blue 109

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

Shades of Turkish Rose #B6636D

Tints of Turkish Rose #B6636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

 BLUE value IS 109 (42.97% from 255) = 27.95%

R = 46.67%
G = 25.38%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6636D (or 0xB6636D) is known color: Turkish Rose. HEX triplet: B6, 63 and 6D. RGB value is (182,99,109). Sum of RGB (Red+Green+Blue) = 182+99+109=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6636D is #499C92. Grayscale: #7C7C7C. Windows color (decimal): -4824211 or 7168950. OLE color: 7168950.

HSL color Cylindrical-coordinate representation of color #B6636D: hue angle of 352.77º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6636D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 99 109 -
CMYK 0 0.46 0.40 0.29
HSL 352.77º 0.36% 0.55% -
HSV(B) 352.77º 0.46% 0.71% -
XYZ 26.51 19.97 16.93 -
YUV 124.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 182 99 109 0 0.46 0.40 0.29 352.77 0.36 0.55
Hex B6 63 6D 0 2E 28 1D 161 24 37
Octal 266 143 155 0 56 50 35 541 44 67
Binary 10110110 1100011 1101101 0 101110 101000 11101 101100001 100100 110111

Color Harmonies of #B6636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6636D

Black with #B6636D

Text Example


Text Example

White with #B6636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6636D; }

 p { color: rgb(182,99,109); }

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

background-color css

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

 a { background-color: rgb(182,99,109); }

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

border-color css

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

 span { border-color: rgb(182,99,109); }

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