Html Css Color HEX #B29293 Careys Pink

📋 copy color: '#B29293'

red 178 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #B29293

Tints of Careys Pink #B29293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 37.79%
G = 31%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B29293 (or 0xB29293) is known color: Careys Pink. HEX triplet: B2, 92 and 93. RGB value is (178,146,147). Sum of RGB (Red+Green+Blue) = 178+146+147=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B29293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29293 is #4D6D6C. Grayscale: #9B9B9B. Windows color (decimal): -5074285 or 9671346. OLE color: 9671346.

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

Color convert

RGB 178 146 147 -
CMYK 0 0.18 0.17 0.30
HSL 358.13º 0.17% 0.64% -
HSV(B) 358.13º 0.18% 0.7% -
XYZ 33.91 32.13 32.02 -
YUV 155.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 178 146 147 0 0.18 0.17 0.30 358.13 0.17 0.64
Hex B2 92 93 0 12 11 1E 166 11 40
Octal 262 222 223 0 22 21 36 546 21 100
Binary 10110010 10010010 10010011 0 10010 10001 11110 101100110 10001 1000000

Color Harmonies of #B29293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29293

Black with #B29293

Text Example


Text Example

White with #B29293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29293; }

 p { color: rgb(178,146,147); }

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

background-color css

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

 a { background-color: rgb(178,146,147); }

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

border-color css

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

 span { border-color: rgb(178,146,147); }

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