Html Css Color HEX #BF826D Brandy Rose

📋 copy color: '#BF826D'

red 191 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #BF826D

Tints of Brandy Rose #BF826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.23%

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

R = 44.42%
G = 30.23%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF826D (or 0xBF826D) is known color: Brandy Rose. HEX triplet: BF, 82 and 6D. RGB value is (191,130,109). Sum of RGB (Red+Green+Blue) = 191+130+109=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF826D is #407D92. Grayscale: #919191. Windows color (decimal): -4226451 or 7176895. OLE color: 7176895.

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

Color convert

RGB 191 130 109 -
CMYK 0 0.32 0.43 0.25
HSL 15.37º 0.39% 0.59% -
HSV(B) 15.37º 0.43% 0.75% -
XYZ 32.23 28.15 18.2 -
YUV 145.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 191 130 109 0 0.32 0.43 0.25 15.37 0.39 0.59
Hex BF 82 6D 0 20 2B 19 F 27 3B
Octal 277 202 155 0 40 53 31 17 47 73
Binary 10111111 10000010 1101101 0 100000 101011 11001 1111 100111 111011

Color Harmonies of #BF826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF826D

Black with #BF826D

Text Example


Text Example

White with #BF826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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