Html Css Color HEX #BF8675 Brandy Rose

📋 copy color: '#BF8675'

red 191 ◦ green 134 ◦ blue 117

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

Shades of Brandy Rose #BF8675

Tints of Brandy Rose #BF8675

RGB

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

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

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

R = 43.21%
G = 30.32%
B = 26.47%

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

#BF8675 (or 0xBF8675) is known color: Brandy Rose. HEX triplet: BF, 86 and 75. RGB value is (191,134,117). Sum of RGB (Red+Green+Blue) = 191+134+117=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8675 is #40798A. Grayscale: #959595. Windows color (decimal): -4225419 or 7702207. OLE color: 7702207.

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

Color convert

RGB 191 134 117 -
CMYK 0 0.30 0.39 0.25
HSL 13.78º 0.37% 0.6% -
HSV(B) 13.78º 0.39% 0.75% -
XYZ 33.22 29.41 20.76 -
YUV 149.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 191 134 117 0 0.30 0.39 0.25 13.78 0.37 0.6
Hex BF 86 75 0 1E 27 19 E 25 3C
Octal 277 206 165 0 36 47 31 16 45 74
Binary 10111111 10000110 1110101 0 11110 100111 11001 1110 100101 111100

Color Harmonies of #BF8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8675

Black with #BF8675

Text Example


Text Example

White with #BF8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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