Html Css Color HEX #BF8274 Brandy Rose

📋 copy color: '#BF8274'

red 191 ◦ green 130 ◦ blue 116

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

Shades of Brandy Rose #BF8274

Tints of Brandy Rose #BF8274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.75%

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 43.71%
G = 29.75%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF8274 (or 0xBF8274) is known color: Brandy Rose. HEX triplet: BF, 82 and 74. RGB value is (191,130,116). Sum of RGB (Red+Green+Blue) = 191+130+116=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8274 is #407D8B. Grayscale: #929292. Windows color (decimal): -4226444 or 7635647. OLE color: 7635647.

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

Color convert

RGB 191 130 116 -
CMYK 0 0.32 0.39 0.25
HSL 11.2º 0.37% 0.6% -
HSV(B) 11.2º 0.39% 0.75% -
XYZ 32.62 28.3 20.27 -
YUV 146.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 191 130 116 0 0.32 0.39 0.25 11.2 0.37 0.6
Hex BF 82 74 0 20 27 19 B 25 3C
Octal 277 202 164 0 40 47 31 13 45 74
Binary 10111111 10000010 1110100 0 100000 100111 11001 1011 100101 111100

Color Harmonies of #BF8274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8274

Black with #BF8274

Text Example


Text Example

White with #BF8274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8274; }

 p { color: rgb(191,130,116); }

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

background-color css

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

 a { background-color: rgb(191,130,116); }

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

border-color css

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

 span { border-color: rgb(191,130,116); }

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