Html Css Color HEX #BF8A79 Brandy Rose

📋 copy color: '#BF8A79'

red 191 ◦ green 138 ◦ blue 121

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

Shades of Brandy Rose #BF8A79

Tints of Brandy Rose #BF8A79

RGB

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

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

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

R = 42.44%
G = 30.67%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF8A79 (or 0xBF8A79) is known color: Brandy Rose. HEX triplet: BF, 8A and 79. RGB value is (191,138,121). Sum of RGB (Red+Green+Blue) = 191+138+121=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A79 is #407586. Grayscale: #989898. Windows color (decimal): -4224391 or 7965375. OLE color: 7965375.

HSL color Cylindrical-coordinate representation of color #BF8A79: hue angle of 14.57º 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 #BF8A79 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 138 121 -
CMYK 0 0.28 0.37 0.25
HSL 14.57º 0.35% 0.61% -
HSV(B) 14.57º 0.37% 0.75% -
XYZ 34.03 30.63 22.21 -
YUV 151.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 191 138 121 0 0.28 0.37 0.25 14.57 0.35 0.61
Hex BF 8A 79 0 1C 25 19 F 23 3D
Octal 277 212 171 0 34 45 31 17 43 75
Binary 10111111 10001010 1111001 0 11100 100101 11001 1111 100011 111101

Color Harmonies of #BF8A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8A79

Black with #BF8A79

Text Example


Text Example

White with #BF8A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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