Html Css Color HEX #BF817B Brandy Rose

📋 copy color: '#BF817B'

red 191 ◦ green 129 ◦ blue 123

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

Shades of Brandy Rose #BF817B

Tints of Brandy Rose #BF817B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 43.12%
G = 29.12%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF817B (or 0xBF817B) is known color: Brandy Rose. HEX triplet: BF, 81 and 7B. RGB value is (191,129,123). Sum of RGB (Red+Green+Blue) = 191+129+123=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF817B is #407E84. Grayscale: #929292. Windows color (decimal): -4226693 or 8094143. OLE color: 8094143.

HSL color Cylindrical-coordinate representation of color #BF817B: hue angle of 5.29º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF817B is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 129 123 -
CMYK 0 0.32 0.36 0.25
HSL 5.29º 0.35% 0.62% -
HSV(B) 5.29º 0.36% 0.75% -
XYZ 32.91 28.21 22.45 -
YUV 146.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 191 129 123 0 0.32 0.36 0.25 5.29 0.35 0.62
Hex BF 81 7B 0 20 24 19 5 23 3E
Octal 277 201 173 0 40 44 31 5 43 76
Binary 10111111 10000001 1111011 0 100000 100100 11001 101 100011 111110

Color Harmonies of #BF817B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF817B

Black with #BF817B

Text Example


Text Example

White with #BF817B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF817B; }

 p { color: rgb(191,129,123); }

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

background-color css

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

 a { background-color: rgb(191,129,123); }

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

border-color css

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

 span { border-color: rgb(191,129,123); }

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