Html Css Color HEX #BF876D Brandy Rose

📋 copy color: '#BF876D'

red 191 ◦ green 135 ◦ blue 109

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

Shades of Brandy Rose #BF876D

Tints of Brandy Rose #BF876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 43.91%
G = 31.03%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF876D (or 0xBF876D) is known color: Brandy Rose. HEX triplet: BF, 87 and 6D. RGB value is (191,135,109). Sum of RGB (Red+Green+Blue) = 191+135+109=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF876D is #407892. Grayscale: #949494. Windows color (decimal): -4225171 or 7178175. OLE color: 7178175.

HSL color Cylindrical-coordinate representation of color #BF876D: hue angle of 19.02º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF876D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 135 109 -
CMYK 0 0.29 0.43 0.25
HSL 19.02º 0.39% 0.59% -
HSV(B) 19.02º 0.43% 0.75% -
XYZ 32.91 29.51 18.43 -
YUV 148.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 191 135 109 0 0.29 0.43 0.25 19.02 0.39 0.59
Hex BF 87 6D 0 1D 2B 19 13 27 3B
Octal 277 207 155 0 35 53 31 23 47 73
Binary 10111111 10000111 1101101 0 11101 101011 11001 10011 100111 111011

Color Harmonies of #BF876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF876D

Black with #BF876D

Text Example


Text Example

White with #BF876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF876D; }

 p { color: rgb(191,135,109); }

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

background-color css

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

 a { background-color: rgb(191,135,109); }

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

border-color css

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

 span { border-color: rgb(191,135,109); }

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