Html Css Color HEX #BF8375 Brandy Rose

📋 copy color: '#BF8375'

red 191 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #BF8375

Tints of Brandy Rose #BF8375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.84%

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 43.51%
G = 29.84%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF8375 (or 0xBF8375) is known color: Brandy Rose. HEX triplet: BF, 83 and 75. RGB value is (191,131,117). Sum of RGB (Red+Green+Blue) = 191+131+117=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8375 is #407C8A. Grayscale: #939393. Windows color (decimal): -4226187 or 7701439. OLE color: 7701439.

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

Color convert

RGB 191 131 117 -
CMYK 0 0.31 0.39 0.25
HSL 11.35º 0.37% 0.6% -
HSV(B) 11.35º 0.39% 0.75% -
XYZ 32.81 28.59 20.62 -
YUV 147.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 191 131 117 0 0.31 0.39 0.25 11.35 0.37 0.6
Hex BF 83 75 0 1F 27 19 B 25 3C
Octal 277 203 165 0 37 47 31 13 45 74
Binary 10111111 10000011 1110101 0 11111 100111 11001 1011 100101 111100

Color Harmonies of #BF8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8375

Black with #BF8375

Text Example


Text Example

White with #BF8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8375; }

 p { color: rgb(191,131,117); }

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

background-color css

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

 a { background-color: rgb(191,131,117); }

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

border-color css

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

 span { border-color: rgb(191,131,117); }

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