Html Css Color HEX #BF806D Brandy Rose

📋 copy color: '#BF806D'

red 191 ◦ green 128 ◦ blue 109

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

Shades of Brandy Rose #BF806D

Tints of Brandy Rose #BF806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

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

R = 44.63%
G = 29.91%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF806D (or 0xBF806D) is known color: Brandy Rose. HEX triplet: BF, 80 and 6D. RGB value is (191,128,109). Sum of RGB (Red+Green+Blue) = 191+128+109=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF806D is #407F92. Grayscale: #909090. Windows color (decimal): -4226963 or 7176383. OLE color: 7176383.

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

Color convert

RGB 191 128 109 -
CMYK 0 0.33 0.43 0.25
HSL 13.9º 0.39% 0.59% -
HSV(B) 13.9º 0.43% 0.75% -
XYZ 31.97 27.62 18.11 -
YUV 144.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 191 128 109 0 0.33 0.43 0.25 13.9 0.39 0.59
Hex BF 80 6D 0 21 2B 19 E 27 3B
Octal 277 200 155 0 41 53 31 16 47 73
Binary 10111111 10000000 1101101 0 100001 101011 11001 1110 100111 111011

Color Harmonies of #BF806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF806D

Black with #BF806D

Text Example


Text Example

White with #BF806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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