Html Css Color HEX #B68685 Rosy Brown

📋 copy color: '#B68685'

red 182 ◦ green 134 ◦ blue 133

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

Shades of Rosy Brown #B68685

Tints of Rosy Brown #B68685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.84%

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 40.53%
G = 29.84%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B68685 (or 0xB68685) is known color: Rosy Brown. HEX triplet: B6, 86 and 85. RGB value is (182,134,133). Sum of RGB (Red+Green+Blue) = 182+134+133=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B68685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68685 is #49797A. Grayscale: #949494. Windows color (decimal): -4815227 or 8750774. OLE color: 8750774.

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

Color convert

RGB 182 134 133 -
CMYK 0 0.26 0.27 0.29
HSL 1.22º 0.25% 0.62% -
HSV(B) 1.22º 0.27% 0.71% -
XYZ 32.05 28.69 26.04 -
YUV 148.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 182 134 133 0 0.26 0.27 0.29 1.22 0.25 0.62
Hex B6 86 85 0 1A 1B 1D 1 19 3E
Octal 266 206 205 0 32 33 35 1 31 76
Binary 10110110 10000110 10000101 0 11010 11011 11101 1 11001 111110

Color Harmonies of #B68685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68685

Black with #B68685

Text Example


Text Example

White with #B68685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68685; }

 p { color: rgb(182,134,133); }

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

background-color css

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

 a { background-color: rgb(182,134,133); }

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

border-color css

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

 span { border-color: rgb(182,134,133); }

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