Html Css Color HEX #B68F8E Rosy Brown

📋 copy color: '#B68F8E'

red 182 ◦ green 143 ◦ blue 142

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

Shades of Rosy Brown #B68F8E

Tints of Rosy Brown #B68F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.62%

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 38.97%
G = 30.62%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B68F8E (or 0xB68F8E) is known color: Rosy Brown. HEX triplet: B6, 8F and 8E. RGB value is (182,143,142). Sum of RGB (Red+Green+Blue) = 182+143+142=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68F8E is #497071. Grayscale: #9A9A9A. Windows color (decimal): -4812914 or 9342902. OLE color: 9342902.

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

Color convert

RGB 182 143 142 -
CMYK 0 0.21 0.22 0.29
HSL 1.5º 0.22% 0.64% -
HSV(B) 1.5º 0.22% 0.71% -
XYZ 34 31.54 29.89 -
YUV 154.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 182 143 142 0 0.21 0.22 0.29 1.5 0.22 0.64
Hex B6 8F 8E 0 15 16 1D 2 16 40
Octal 266 217 216 0 25 26 35 2 26 100
Binary 10110110 10001111 10001110 0 10101 10110 11101 10 10110 1000000

Color Harmonies of #B68F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F8E

Black with #B68F8E

Text Example


Text Example

White with #B68F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F8E; }

 p { color: rgb(182,143,142); }

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

background-color css

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

 a { background-color: rgb(182,143,142); }

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

border-color css

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

 span { border-color: rgb(182,143,142); }

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