Html Css Color HEX #BF837E Brandy Rose

📋 copy color: '#BF837E'

red 191 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #BF837E

Tints of Brandy Rose #BF837E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.24%

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 42.63%
G = 29.24%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF837E (or 0xBF837E) is known color: Brandy Rose. HEX triplet: BF, 83 and 7E. RGB value is (191,131,126). Sum of RGB (Red+Green+Blue) = 191+131+126=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF837E is #407C81. Grayscale: #949494. Windows color (decimal): -4226178 or 8291263. OLE color: 8291263.

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

Color convert

RGB 191 131 126 -
CMYK 0 0.31 0.34 0.25
HSL 4.62º 0.34% 0.62% -
HSV(B) 4.62º 0.34% 0.75% -
XYZ 33.37 28.82 23.54 -
YUV 148.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 191 131 126 0 0.31 0.34 0.25 4.62 0.34 0.62
Hex BF 83 7E 0 1F 22 19 5 22 3E
Octal 277 203 176 0 37 42 31 5 42 76
Binary 10111111 10000011 1111110 0 11111 100010 11001 101 100010 111110

Color Harmonies of #BF837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF837E

Black with #BF837E

Text Example


Text Example

White with #BF837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF837E; }

 p { color: rgb(191,131,126); }

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

background-color css

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

 a { background-color: rgb(191,131,126); }

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

border-color css

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

 span { border-color: rgb(191,131,126); }

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