Html Css Color HEX #B27A7B Turkish Rose

📋 copy color: '#B27A7B'

red 178 ◦ green 122 ◦ blue 123

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

Shades of Turkish Rose #B27A7B

Tints of Turkish Rose #B27A7B

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 123 (48.44% from 255) = 29.08%

R = 42.08%
G = 28.84%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B27A7B (or 0xB27A7B) is known color: Turkish Rose. HEX triplet: B2, 7A and 7B. RGB value is (178,122,123). Sum of RGB (Red+Green+Blue) = 178+122+123=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A7B is #4D8584. Grayscale: #8A8A8A. Windows color (decimal): -5080453 or 8092338. OLE color: 8092338.

HSL color Cylindrical-coordinate representation of color #B27A7B: hue angle of 358.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27A7B is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 122 123 -
CMYK 0 0.31 0.31 0.30
HSL 358.93º 0.27% 0.59% -
HSV(B) 358.93º 0.31% 0.7% -
XYZ 28.89 24.81 22.01 -
YUV 138.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 178 122 123 0 0.31 0.31 0.30 358.93 0.27 0.59
Hex B2 7A 7B 0 1F 1F 1E 167 1B 3B
Octal 262 172 173 0 37 37 36 547 33 73
Binary 10110010 1111010 1111011 0 11111 11111 11110 101100111 11011 111011

Color Harmonies of #B27A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A7B

Black with #B27A7B

Text Example


Text Example

White with #B27A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A7B; }

 p { color: rgb(178,122,123); }

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

background-color css

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

 a { background-color: rgb(178,122,123); }

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

border-color css

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

 span { border-color: rgb(178,122,123); }

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