Html Css Color HEX #BF8C8B Rosy Brown

📋 copy color: '#BF8C8B'

red 191 ◦ green 140 ◦ blue 139

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

Shades of Rosy Brown #BF8C8B

Tints of Rosy Brown #BF8C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 40.64%
G = 29.79%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF8C8B (or 0xBF8C8B) is known color: Rosy Brown. HEX triplet: BF, 8C and 8B. RGB value is (191,140,139). Sum of RGB (Red+Green+Blue) = 191+140+139=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C8B is #407374. Grayscale: #9B9B9B. Windows color (decimal): -4223861 or 9145535. OLE color: 9145535.

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

Color convert

RGB 191 140 139 -
CMYK 0 0.27 0.27 0.25
HSL 1.15º 0.29% 0.65% -
HSV(B) 1.15º 0.27% 0.75% -
XYZ 35.52 31.7 28.67 -
YUV 155.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 191 140 139 0 0.27 0.27 0.25 1.15 0.29 0.65
Hex BF 8C 8B 0 1B 1B 19 1 1D 41
Octal 277 214 213 0 33 33 31 1 35 101
Binary 10111111 10001100 10001011 0 11011 11011 11001 1 11101 1000001

Color Harmonies of #BF8C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C8B

Black with #BF8C8B

Text Example


Text Example

White with #BF8C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C8B; }

 p { color: rgb(191,140,139); }

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

background-color css

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

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

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

border-color css

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

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

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