Html Css Color HEX #BF826C Brandy Rose

📋 copy color: '#BF826C'

red 191 ◦ green 130 ◦ blue 108

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

Shades of Brandy Rose #BF826C

Tints of Brandy Rose #BF826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 44.52%
G = 30.3%
B = 25.17%

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

#BF826C (or 0xBF826C) is known color: Brandy Rose. HEX triplet: BF, 82 and 6C. RGB value is (191,130,108). Sum of RGB (Red+Green+Blue) = 191+130+108=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF826C is #407D93. Grayscale: #919191. Windows color (decimal): -4226452 or 7111359. OLE color: 7111359.

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

Color convert

RGB 191 130 108 -
CMYK 0 0.32 0.43 0.25
HSL 15.9º 0.39% 0.59% -
HSV(B) 15.9º 0.43% 0.75% -
XYZ 32.18 28.12 17.92 -
YUV 145.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 191 130 108 0 0.32 0.43 0.25 15.9 0.39 0.59
Hex BF 82 6C 0 20 2B 19 10 27 3B
Octal 277 202 154 0 40 53 31 20 47 73
Binary 10111111 10000010 1101100 0 100000 101011 11001 10000 100111 111011

Color Harmonies of #BF826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF826C

Black with #BF826C

Text Example


Text Example

White with #BF826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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