Html Css Color HEX #B67A7B Turkish Rose

📋 copy color: '#B67A7B'

red 182 ◦ green 122 ◦ blue 123

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

Shades of Turkish Rose #B67A7B

Tints of Turkish Rose #B67A7B

RGB

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

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

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

R = 42.62%
G = 28.57%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B67A7B (or 0xB67A7B) is known color: Turkish Rose. HEX triplet: B6, 7A and 7B. RGB value is (182,122,123). Sum of RGB (Red+Green+Blue) = 182+122+123=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A7B is #498584. Grayscale: #8C8C8C. Windows color (decimal): -4818309 or 8092342. OLE color: 8092342.

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

Color convert

RGB 182 122 123 -
CMYK 0 0.33 0.32 0.29
HSL 359º 0.29% 0.6% -
HSV(B) 359º 0.33% 0.71% -
XYZ 29.83 25.29 22.05 -
YUV 140.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 182 122 123 0 0.33 0.32 0.29 359 0.29 0.6
Hex B6 7A 7B 0 21 20 1D 167 1D 3C
Octal 266 172 173 0 41 40 35 547 35 74
Binary 10110110 1111010 1111011 0 100001 100000 11101 101100111 11101 111100

Color Harmonies of #B67A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A7B

Black with #B67A7B

Text Example


Text Example

White with #B67A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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