Html Css Color HEX #BF8C79 Brandy Rose

📋 copy color: '#BF8C79'

red 191 ◦ green 140 ◦ blue 121

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

Shades of Brandy Rose #BF8C79

Tints of Brandy Rose #BF8C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.77%

R = 42.26%
G = 30.97%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF8C79 (or 0xBF8C79) is known color: Brandy Rose. HEX triplet: BF, 8C and 79. RGB value is (191,140,121). Sum of RGB (Red+Green+Blue) = 191+140+121=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C79 is #407386. Grayscale: #999999. Windows color (decimal): -4223879 or 7965887. OLE color: 7965887.

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

Color convert

RGB 191 140 121 -
CMYK 0 0.27 0.37 0.25
HSL 16.29º 0.35% 0.61% -
HSV(B) 16.29º 0.37% 0.75% -
XYZ 34.32 31.21 22.31 -
YUV 153.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 191 140 121 0 0.27 0.37 0.25 16.29 0.35 0.61
Hex BF 8C 79 0 1B 25 19 10 23 3D
Octal 277 214 171 0 33 45 31 20 43 75
Binary 10111111 10001100 1111001 0 11011 100101 11001 10000 100011 111101

Color Harmonies of #BF8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C79

Black with #BF8C79

Text Example


Text Example

White with #BF8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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