Html Css Color HEX #B68A89 Rosy Brown

📋 copy color: '#B68A89'

red 182 ◦ green 138 ◦ blue 137

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

Shades of Rosy Brown #B68A89

Tints of Rosy Brown #B68A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 39.82%
G = 30.2%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B68A89 (or 0xB68A89) is known color: Rosy Brown. HEX triplet: B6, 8A and 89. RGB value is (182,138,137). Sum of RGB (Red+Green+Blue) = 182+138+137=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68A89 is #497576. Grayscale: #979797. Windows color (decimal): -4814199 or 9013942. OLE color: 9013942.

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

Color convert

RGB 182 138 137 -
CMYK 0 0.24 0.25 0.29
HSL 1.33º 0.24% 0.63% -
HSV(B) 1.33º 0.25% 0.71% -
XYZ 32.9 29.93 27.71 -
YUV 151.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 182 138 137 0 0.24 0.25 0.29 1.33 0.24 0.63
Hex B6 8A 89 0 18 19 1D 1 18 3F
Octal 266 212 211 0 30 31 35 1 30 77
Binary 10110110 10001010 10001001 0 11000 11001 11101 1 11000 111111

Color Harmonies of #B68A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A89

Black with #B68A89

Text Example


Text Example

White with #B68A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A89; }

 p { color: rgb(182,138,137); }

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

background-color css

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

 a { background-color: rgb(182,138,137); }

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

border-color css

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

 span { border-color: rgb(182,138,137); }

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