Html Css Color HEX #B37A7E Turkish Rose

📋 copy color: '#B37A7E'

red 179 ◦ green 122 ◦ blue 126

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

Shades of Turkish Rose #B37A7E

Tints of Turkish Rose #B37A7E

RGB

 RED value IS 179 (70.31% from 255) = 41.92%

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

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

R = 41.92%
G = 28.57%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B37A7E (or 0xB37A7E) is known color: Turkish Rose. HEX triplet: B3, 7A and 7E. RGB value is (179,122,126). Sum of RGB (Red+Green+Blue) = 179+122+126=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A7E is #4C8581. Grayscale: #8B8B8B. Windows color (decimal): -5014914 or 8288947. OLE color: 8288947.

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

Color convert

RGB 179 122 126 -
CMYK 0 0.32 0.30 0.30
HSL 355.79º 0.27% 0.59% -
HSV(B) 355.79º 0.32% 0.7% -
XYZ 29.32 25.01 23.02 -
YUV 139.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 179 122 126 0 0.32 0.30 0.30 355.79 0.27 0.59
Hex B3 7A 7E 0 20 1E 1E 164 1B 3B
Octal 263 172 176 0 40 36 36 544 33 73
Binary 10110011 1111010 1111110 0 100000 11110 11110 101100100 11011 111011

Color Harmonies of #B37A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A7E

Black with #B37A7E

Text Example


Text Example

White with #B37A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A7E; }

 p { color: rgb(179,122,126); }

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

background-color css

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

 a { background-color: rgb(179,122,126); }

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

border-color css

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

 span { border-color: rgb(179,122,126); }

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