Html Css Color HEX #BF837D Brandy Rose

📋 copy color: '#BF837D'

red 191 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #BF837D

Tints of Brandy Rose #BF837D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 42.73%
G = 29.31%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF837D (or 0xBF837D) is known color: Brandy Rose. HEX triplet: BF, 83 and 7D. RGB value is (191,131,125). Sum of RGB (Red+Green+Blue) = 191+131+125=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF837D is #407C82. Grayscale: #949494. Windows color (decimal): -4226179 or 8225727. OLE color: 8225727.

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

Color convert

RGB 191 131 125 -
CMYK 0 0.31 0.35 0.25
HSL 5.45º 0.34% 0.62% -
HSV(B) 5.45º 0.35% 0.75% -
XYZ 33.3 28.79 23.2 -
YUV 148.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 191 131 125 0 0.31 0.35 0.25 5.45 0.34 0.62
Hex BF 83 7D 0 1F 23 19 5 22 3E
Octal 277 203 175 0 37 43 31 5 42 76
Binary 10111111 10000011 1111101 0 11111 100011 11001 101 100010 111110

Color Harmonies of #BF837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF837D

Black with #BF837D

Text Example


Text Example

White with #BF837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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