Html Css Color HEX #BF8A6F Brandy Rose

📋 copy color: '#BF8A6F'

red 191 ◦ green 138 ◦ blue 111

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

Shades of Brandy Rose #BF8A6F

Tints of Brandy Rose #BF8A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 43.41%
G = 31.36%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF8A6F (or 0xBF8A6F) is known color: Brandy Rose. HEX triplet: BF, 8A and 6F. RGB value is (191,138,111). Sum of RGB (Red+Green+Blue) = 191+138+111=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A6F is #407590. Grayscale: #969696. Windows color (decimal): -4224401 or 7310015. OLE color: 7310015.

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

Color convert

RGB 191 138 111 -
CMYK 0 0.28 0.42 0.25
HSL 20.25º 0.38% 0.59% -
HSV(B) 20.25º 0.42% 0.75% -
XYZ 33.44 30.4 19.14 -
YUV 150.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 191 138 111 0 0.28 0.42 0.25 20.25 0.38 0.59
Hex BF 8A 6F 0 1C 2A 19 14 26 3B
Octal 277 212 157 0 34 52 31 24 46 73
Binary 10111111 10001010 1101111 0 11100 101010 11001 10100 100110 111011

Color Harmonies of #BF8A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8A6F

Black with #BF8A6F

Text Example


Text Example

White with #BF8A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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