Html Css Color HEX #B69294 Careys Pink

📋 copy color: '#B69294'

red 182 ◦ green 146 ◦ blue 148

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

Shades of Careys Pink #B69294

Tints of Careys Pink #B69294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 38.24%
G = 30.67%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B69294 (or 0xB69294) is known color: Careys Pink. HEX triplet: B6, 92 and 94. RGB value is (182,146,148). Sum of RGB (Red+Green+Blue) = 182+146+148=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B69294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69294 is #496D6B. Grayscale: #9D9D9D. Windows color (decimal): -4812140 or 9736886. OLE color: 9736886.

HSL color Cylindrical-coordinate representation of color #B69294: hue angle of 356.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B69294 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 146 148 -
CMYK 0 0.20 0.19 0.29
HSL 356.67º 0.2% 0.64% -
HSV(B) 356.67º 0.2% 0.71% -
XYZ 34.92 32.64 32.48 -
YUV 156.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 182 146 148 0 0.20 0.19 0.29 356.67 0.2 0.64
Hex B6 92 94 0 14 13 1D 165 14 40
Octal 266 222 224 0 24 23 35 545 24 100
Binary 10110110 10010010 10010100 0 10100 10011 11101 101100101 10100 1000000

Color Harmonies of #B69294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69294

Black with #B69294

Text Example


Text Example

White with #B69294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69294; }

 p { color: rgb(182,146,148); }

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

background-color css

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

 a { background-color: rgb(182,146,148); }

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

border-color css

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

 span { border-color: rgb(182,146,148); }

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