Html Css Color HEX #B68B89 Rosy Brown

📋 copy color: '#B68B89'

red 182 ◦ green 139 ◦ blue 137

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

Shades of Rosy Brown #B68B89

Tints of Rosy Brown #B68B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.35%

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

R = 39.74%
G = 30.35%
B = 29.91%

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

#B68B89 (or 0xB68B89) is known color: Rosy Brown. HEX triplet: B6, 8B and 89. RGB value is (182,139,137). Sum of RGB (Red+Green+Blue) = 182+139+137=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68B89 is #497476. Grayscale: #979797. Windows color (decimal): -4813943 or 9014198. OLE color: 9014198.

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

Color convert

RGB 182 139 137 -
CMYK 0 0.24 0.25 0.29
HSL 2.67º 0.24% 0.63% -
HSV(B) 2.67º 0.25% 0.71% -
XYZ 33.04 30.22 27.76 -
YUV 151.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 182 139 137 0 0.24 0.25 0.29 2.67 0.24 0.63
Hex B6 8B 89 0 18 19 1D 3 18 3F
Octal 266 213 211 0 30 31 35 3 30 77
Binary 10110110 10001011 10001001 0 11000 11001 11101 11 11000 111111

Color Harmonies of #B68B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B89

Black with #B68B89

Text Example


Text Example

White with #B68B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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