Html Css Color HEX #BF8B71 Brandy Rose

📋 copy color: '#BF8B71'

red 191 ◦ green 139 ◦ blue 113

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

Shades of Brandy Rose #BF8B71

Tints of Brandy Rose #BF8B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

 BLUE value IS 113 (44.53% from 255) = 25.51%

R = 43.12%
G = 31.38%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF8B71 (or 0xBF8B71) is known color: Brandy Rose. HEX triplet: BF, 8B and 71. RGB value is (191,139,113). Sum of RGB (Red+Green+Blue) = 191+139+113=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B71 is #40748E. Grayscale: #979797. Windows color (decimal): -4224143 or 7441343. OLE color: 7441343.

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

Color convert

RGB 191 139 113 -
CMYK 0 0.27 0.41 0.25
HSL 20º 0.38% 0.6% -
HSV(B) 20º 0.41% 0.75% -
XYZ 33.7 30.73 19.78 -
YUV 151.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 191 139 113 0 0.27 0.41 0.25 20 0.38 0.6
Hex BF 8B 71 0 1B 29 19 14 26 3C
Octal 277 213 161 0 33 51 31 24 46 74
Binary 10111111 10001011 1110001 0 11011 101001 11001 10100 100110 111100

Color Harmonies of #BF8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8B71

Black with #BF8B71

Text Example


Text Example

White with #BF8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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