Html Css Color HEX #B67375 Turkish Rose

📋 copy color: '#B67375'

red 182 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #B67375

Tints of Turkish Rose #B67375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 43.96%
G = 27.78%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B67375 (or 0xB67375) is known color: Turkish Rose. HEX triplet: B6, 73 and 75. RGB value is (182,115,117). Sum of RGB (Red+Green+Blue) = 182+115+117=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B67375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67375 is #498C8A. Grayscale: #878787. Windows color (decimal): -4820107 or 7697334. OLE color: 7697334.

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

Color convert

RGB 182 115 117 -
CMYK 0 0.37 0.36 0.29
HSL 358.21º 0.31% 0.58% -
HSV(B) 358.21º 0.37% 0.71% -
XYZ 28.63 23.49 19.85 -
YUV 135.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 182 115 117 0 0.37 0.36 0.29 358.21 0.31 0.58
Hex B6 73 75 0 25 24 1D 166 1F 3A
Octal 266 163 165 0 45 44 35 546 37 72
Binary 10110110 1110011 1110101 0 100101 100100 11101 101100110 11111 111010

Color Harmonies of #B67375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67375

Black with #B67375

Text Example


Text Example

White with #B67375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67375; }

 p { color: rgb(182,115,117); }

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

background-color css

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

 a { background-color: rgb(182,115,117); }

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

border-color css

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

 span { border-color: rgb(182,115,117); }

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