Html Css Color HEX #BF8272 Brandy Rose

📋 copy color: '#BF8272'

red 191 ◦ green 130 ◦ blue 114

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

Shades of Brandy Rose #BF8272

Tints of Brandy Rose #BF8272

RGB

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

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

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

R = 43.91%
G = 29.89%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF8272 (or 0xBF8272) is known color: Brandy Rose. HEX triplet: BF, 82 and 72. RGB value is (191,130,114). Sum of RGB (Red+Green+Blue) = 191+130+114=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8272 is #407D8D. Grayscale: #929292. Windows color (decimal): -4226446 or 7504575. OLE color: 7504575.

HSL color Cylindrical-coordinate representation of color #BF8272: hue angle of 12.47º 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 #BF8272 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 114 -
CMYK 0 0.32 0.40 0.25
HSL 12.47º 0.38% 0.6% -
HSV(B) 12.47º 0.4% 0.75% -
XYZ 32.51 28.26 19.66 -
YUV 146.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 191 130 114 0 0.32 0.40 0.25 12.47 0.38 0.6
Hex BF 82 72 0 20 28 19 C 26 3C
Octal 277 202 162 0 40 50 31 14 46 74
Binary 10111111 10000010 1110010 0 100000 101000 11001 1100 100110 111100

Color Harmonies of #BF8272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8272

Black with #BF8272

Text Example


Text Example

White with #BF8272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8272; }

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

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

background-color css

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

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

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

border-color css

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

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

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