Html Css Color HEX #B6908E Rosy Brown

📋 copy color: '#B6908E'

red 182 ◦ green 144 ◦ blue 142

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

Shades of Rosy Brown #B6908E

Tints of Rosy Brown #B6908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.77%

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

R = 38.89%
G = 30.77%
B = 30.34%

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

#B6908E (or 0xB6908E) is known color: Rosy Brown. HEX triplet: B6, 90 and 8E. RGB value is (182,144,142). Sum of RGB (Red+Green+Blue) = 182+144+142=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6908E is #496F71. Grayscale: #9B9B9B. Windows color (decimal): -4812658 or 9343158. OLE color: 9343158.

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

Color convert

RGB 182 144 142 -
CMYK 0 0.21 0.22 0.29
HSL 0.22% 0.64% -
HSV(B) 0.22% 0.71% -
XYZ 34.15 31.84 29.94 -
YUV 155.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 182 144 142 0 0.21 0.22 0.29 3 0.22 0.64
Hex B6 90 8E 0 15 16 1D 3 16 40
Octal 266 220 216 0 25 26 35 3 26 100
Binary 10110110 10010000 10001110 0 10101 10110 11101 11 10110 1000000

Color Harmonies of #B6908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6908E

Black with #B6908E

Text Example


Text Example

White with #B6908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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