Html Css Color HEX #BF8C7B Brandy Rose

📋 copy color: '#BF8C7B'

red 191 ◦ green 140 ◦ blue 123

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

Shades of Brandy Rose #BF8C7B

Tints of Brandy Rose #BF8C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 42.07%
G = 30.84%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF8C7B (or 0xBF8C7B) is known color: Brandy Rose. HEX triplet: BF, 8C and 7B. RGB value is (191,140,123). Sum of RGB (Red+Green+Blue) = 191+140+123=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C7B is #407384. Grayscale: #999999. Windows color (decimal): -4223877 or 8096959. OLE color: 8096959.

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

Color convert

RGB 191 140 123 -
CMYK 0 0.27 0.36 0.25
HSL 15º 0.35% 0.62% -
HSV(B) 15º 0.36% 0.75% -
XYZ 34.44 31.26 22.96 -
YUV 153.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 191 140 123 0 0.27 0.36 0.25 15 0.35 0.62
Hex BF 8C 7B 0 1B 24 19 F 23 3E
Octal 277 214 173 0 33 44 31 17 43 76
Binary 10111111 10001100 1111011 0 11011 100100 11001 1111 100011 111110

Color Harmonies of #BF8C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C7B

Black with #BF8C7B

Text Example


Text Example

White with #BF8C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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