Html Css Color HEX #BF8072 Brandy Rose

📋 copy color: '#BF8072'

red 191 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #BF8072

Tints of Brandy Rose #BF8072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

 BLUE value IS 114 (44.92% from 255) = 26.33%

R = 44.11%
G = 29.56%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF8072 (or 0xBF8072) is known color: Brandy Rose. HEX triplet: BF, 80 and 72. RGB value is (191,128,114). Sum of RGB (Red+Green+Blue) = 191+128+114=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8072 is #407F8D. Grayscale: #919191. Windows color (decimal): -4226958 or 7504063. OLE color: 7504063.

HSL color Cylindrical-coordinate representation of color #BF8072: hue angle of 10.91º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8072 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 128 114 -
CMYK 0 0.33 0.40 0.25
HSL 10.91º 0.38% 0.6% -
HSV(B) 10.91º 0.4% 0.75% -
XYZ 32.24 27.73 19.57 -
YUV 145.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 191 128 114 0 0.33 0.40 0.25 10.91 0.38 0.6
Hex BF 80 72 0 21 28 19 B 26 3C
Octal 277 200 162 0 41 50 31 13 46 74
Binary 10111111 10000000 1110010 0 100001 101000 11001 1011 100110 111100

Color Harmonies of #BF8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8072

Black with #BF8072

Text Example


Text Example

White with #BF8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8072; }

 p { color: rgb(191,128,114); }

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

background-color css

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

 a { background-color: rgb(191,128,114); }

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

border-color css

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

 span { border-color: rgb(191,128,114); }

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