Html Css Color HEX #BF8674 Brandy Rose

📋 copy color: '#BF8674'

red 191 ◦ green 134 ◦ blue 116

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

Shades of Brandy Rose #BF8674

Tints of Brandy Rose #BF8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

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

R = 43.31%
G = 30.39%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF8674 (or 0xBF8674) is known color: Brandy Rose. HEX triplet: BF, 86 and 74. RGB value is (191,134,116). Sum of RGB (Red+Green+Blue) = 191+134+116=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8674 is #40798B. Grayscale: #959595. Windows color (decimal): -4225420 or 7636671. OLE color: 7636671.

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

Color convert

RGB 191 134 116 -
CMYK 0 0.30 0.39 0.25
HSL 14.4º 0.37% 0.6% -
HSV(B) 14.4º 0.39% 0.75% -
XYZ 33.16 29.39 20.45 -
YUV 148.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 191 134 116 0 0.30 0.39 0.25 14.4 0.37 0.6
Hex BF 86 74 0 1E 27 19 E 25 3C
Octal 277 206 164 0 36 47 31 16 45 74
Binary 10111111 10000110 1110100 0 11110 100111 11001 1110 100101 111100

Color Harmonies of #BF8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8674

Black with #BF8674

Text Example


Text Example

White with #BF8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8674; }

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

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

background-color css

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

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

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

border-color css

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

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

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