Html Css Color HEX #B69192 Careys Pink

📋 copy color: '#B69192'

red 182 ◦ green 145 ◦ blue 146

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

Shades of Careys Pink #B69192

Tints of Careys Pink #B69192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.66%

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 38.48%
G = 30.66%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B69192 (or 0xB69192) is known color: Careys Pink. HEX triplet: B6, 91 and 92. RGB value is (182,145,146). Sum of RGB (Red+Green+Blue) = 182+145+146=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B69192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69192 is #496E6D. Grayscale: #9C9C9C. Windows color (decimal): -4812398 or 9605558. OLE color: 9605558.

HSL color Cylindrical-coordinate representation of color #B69192: hue angle of 358.38º 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 #B69192 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 145 146 -
CMYK 0 0.20 0.20 0.29
HSL 358.38º 0.2% 0.64% -
HSV(B) 358.38º 0.2% 0.71% -
XYZ 34.61 32.27 31.6 -
YUV 156.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 182 145 146 0 0.20 0.20 0.29 358.38 0.2 0.64
Hex B6 91 92 0 14 14 1D 166 14 40
Octal 266 221 222 0 24 24 35 546 24 100
Binary 10110110 10010001 10010010 0 10100 10100 11101 101100110 10100 1000000

Color Harmonies of #B69192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69192

Black with #B69192

Text Example


Text Example

White with #B69192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69192; }

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

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

background-color css

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

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

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

border-color css

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

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

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