Html Css Color HEX #BF8B7E Brandy Rose

📋 copy color: '#BF8B7E'

red 191 ◦ green 139 ◦ blue 126

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

Shades of Brandy Rose #BF8B7E

Tints of Brandy Rose #BF8B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.63%

R = 41.89%
G = 30.48%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF8B7E (or 0xBF8B7E) is known color: Brandy Rose. HEX triplet: BF, 8B and 7E. RGB value is (191,139,126). Sum of RGB (Red+Green+Blue) = 191+139+126=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B7E is #407481. Grayscale: #999999. Windows color (decimal): -4224130 or 8293311. OLE color: 8293311.

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

Color convert

RGB 191 139 126 -
CMYK 0 0.27 0.34 0.25
HSL 12º 0.34% 0.62% -
HSV(B) 12º 0.34% 0.75% -
XYZ 34.48 31.05 23.91 -
YUV 153.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 191 139 126 0 0.27 0.34 0.25 12 0.34 0.62
Hex BF 8B 7E 0 1B 22 19 C 22 3E
Octal 277 213 176 0 33 42 31 14 42 76
Binary 10111111 10001011 1111110 0 11011 100010 11001 1100 100010 111110

Color Harmonies of #BF8B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8B7E

Black with #BF8B7E

Text Example


Text Example

White with #BF8B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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