Html Css Color HEX #BF867B Brandy Rose

📋 copy color: '#BF867B'

red 191 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #BF867B

Tints of Brandy Rose #BF867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

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

R = 42.63%
G = 29.91%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF867B (or 0xBF867B) is known color: Brandy Rose. HEX triplet: BF, 86 and 7B. RGB value is (191,134,123). Sum of RGB (Red+Green+Blue) = 191+134+123=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF867B is #407984. Grayscale: #959595. Windows color (decimal): -4225413 or 8095423. OLE color: 8095423.

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

Color convert

RGB 191 134 123 -
CMYK 0 0.30 0.36 0.25
HSL 9.71º 0.35% 0.62% -
HSV(B) 9.71º 0.36% 0.75% -
XYZ 33.59 29.56 22.67 -
YUV 149.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 191 134 123 0 0.30 0.36 0.25 9.71 0.35 0.62
Hex BF 86 7B 0 1E 24 19 A 23 3E
Octal 277 206 173 0 36 44 31 12 43 76
Binary 10111111 10000110 1111011 0 11110 100100 11001 1010 100011 111110

Color Harmonies of #BF867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF867B

Black with #BF867B

Text Example


Text Example

White with #BF867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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