Html Css Color HEX #BF8C7D Brandy Rose

📋 copy color: '#BF8C7D'

red 191 ◦ green 140 ◦ blue 125

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

Shades of Brandy Rose #BF8C7D

Tints of Brandy Rose #BF8C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 41.89%
G = 30.7%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF8C7D (or 0xBF8C7D) is known color: Brandy Rose. HEX triplet: BF, 8C and 7D. RGB value is (191,140,125). Sum of RGB (Red+Green+Blue) = 191+140+125=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C7D is #407382. Grayscale: #999999. Windows color (decimal): -4223875 or 8228031. OLE color: 8228031.

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

Color convert

RGB 191 140 125 -
CMYK 0 0.27 0.35 0.25
HSL 13.64º 0.34% 0.62% -
HSV(B) 13.64º 0.35% 0.75% -
XYZ 34.57 31.31 23.62 -
YUV 153.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 191 140 125 0 0.27 0.35 0.25 13.64 0.34 0.62
Hex BF 8C 7D 0 1B 23 19 E 22 3E
Octal 277 214 175 0 33 43 31 16 42 76
Binary 10111111 10001100 1111101 0 11011 100011 11001 1110 100010 111110

Color Harmonies of #BF8C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C7D

Black with #BF8C7D

Text Example


Text Example

White with #BF8C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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