Html Css Color HEX #BF7E6D Brandy Rose

📋 copy color: '#BF7E6D'

red 191 ◦ green 126 ◦ blue 109

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

Shades of Brandy Rose #BF7E6D

Tints of Brandy Rose #BF7E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.58%

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 44.84%
G = 29.58%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF7E6D (or 0xBF7E6D) is known color: Brandy Rose. HEX triplet: BF, 7E and 6D. RGB value is (191,126,109). Sum of RGB (Red+Green+Blue) = 191+126+109=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E6D is #408192. Grayscale: #8F8F8F. Windows color (decimal): -4227475 or 7175871. OLE color: 7175871.

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

Color convert

RGB 191 126 109 -
CMYK 0 0.34 0.43 0.25
HSL 12.44º 0.39% 0.59% -
HSV(B) 12.44º 0.43% 0.75% -
XYZ 31.71 27.1 18.03 -
YUV 143.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 191 126 109 0 0.34 0.43 0.25 12.44 0.39 0.59
Hex BF 7E 6D 0 22 2B 19 C 27 3B
Octal 277 176 155 0 42 53 31 14 47 73
Binary 10111111 1111110 1101101 0 100010 101011 11001 1100 100111 111011

Color Harmonies of #BF7E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E6D

Black with #BF7E6D

Text Example


Text Example

White with #BF7E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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