Html Css Color HEX #BF9C9C Rosy Brown

📋 copy color: '#BF9C9C'

red 191 ◦ green 156 ◦ blue 156

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

Shades of Rosy Brown #BF9C9C

Tints of Rosy Brown #BF9C9C

RGB

 RED value IS 191 (75% from 255) = 37.97%

 GREEN value IS 156 (61.33% from 255) = 31.01%

 BLUE value IS 156 (61.33% from 255) = 31.01%

R = 37.97%
G = 31.01%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF9C9C (or 0xBF9C9C) is known color: Rosy Brown. HEX triplet: BF, 9C and 9C. RGB value is (191,156,156). Sum of RGB (Red+Green+Blue) = 191+156+156=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C9C is #406363. Grayscale: #A6A6A6. Windows color (decimal): -4219748 or 10263743. OLE color: 10263743.

HSL color Cylindrical-coordinate representation of color #BF9C9C: hue angle of 0º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9C9C is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 156 156 -
CMYK 0 0.18 0.18 0.25
HSL 0.21% 0.68% -
HSV(B) 0.18% 0.75% -
XYZ 39.38 37.25 36.57 -
YUV 166.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 191 156 156 0 0.18 0.18 0.25 0 0.21 0.68
Hex BF 9C 9C 0 12 12 19 0 15 44
Octal 277 234 234 0 22 22 31 0 25 104
Binary 10111111 10011100 10011100 0 10010 10010 11001 0 10101 1000100

Color Harmonies of #BF9C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C9C

Black with #BF9C9C

Text Example


Text Example

White with #BF9C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C9C; }

 p { color: rgb(191,156,156); }

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

background-color css

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

 a { background-color: rgb(191,156,156); }

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

border-color css

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

 span { border-color: rgb(191,156,156); }

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