Html Css Color HEX #BF8A8A Rosy Brown

📋 copy color: '#BF8A8A'

red 191 ◦ green 138 ◦ blue 138

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

Shades of Rosy Brown #BF8A8A

Tints of Rosy Brown #BF8A8A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.55%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 40.9%
G = 29.55%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF8A8A (or 0xBF8A8A) is known color: Rosy Brown. HEX triplet: BF, 8A and 8A. RGB value is (191,138,138). Sum of RGB (Red+Green+Blue) = 191+138+138=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8A8A is #407575. Grayscale: #999999. Windows color (decimal): -4224374 or 9079487. OLE color: 9079487.

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

Color convert

RGB 191 138 138 -
CMYK 0 0.28 0.28 0.25
HSL 0.29% 0.65% -
HSV(B) 0.28% 0.75% -
XYZ 35.16 31.09 28.19 -
YUV 153.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 191 138 138 0 0.28 0.28 0.25 0 0.29 0.65
Hex BF 8A 8A 0 1C 1C 19 0 1D 41
Octal 277 212 212 0 34 34 31 0 35 101
Binary 10111111 10001010 10001010 0 11100 11100 11001 0 11101 1000001

Color Harmonies of #BF8A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8A8A

Black with #BF8A8A

Text Example


Text Example

White with #BF8A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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