Html Css Color HEX #BF8C77 Brandy Rose

📋 copy color: '#BF8C77'

red 191 ◦ green 140 ◦ blue 119

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

Shades of Brandy Rose #BF8C77

Tints of Brandy Rose #BF8C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.44%

R = 42.44%
G = 31.11%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF8C77 (or 0xBF8C77) is known color: Brandy Rose. HEX triplet: BF, 8C and 77. RGB value is (191,140,119). Sum of RGB (Red+Green+Blue) = 191+140+119=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C77 is #407388. Grayscale: #989898. Windows color (decimal): -4223881 or 7834815. OLE color: 7834815.

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

Color convert

RGB 191 140 119 -
CMYK 0 0.27 0.38 0.25
HSL 17.5º 0.36% 0.61% -
HSV(B) 17.5º 0.38% 0.75% -
XYZ 34.19 31.16 21.67 -
YUV 152.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 191 140 119 0 0.27 0.38 0.25 17.5 0.36 0.61
Hex BF 8C 77 0 1B 26 19 12 24 3D
Octal 277 214 167 0 33 46 31 22 44 75
Binary 10111111 10001100 1110111 0 11011 100110 11001 10010 100100 111101

Color Harmonies of #BF8C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8C77

Black with #BF8C77

Text Example


Text Example

White with #BF8C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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