Html Css Color HEX #BF8A70 Brandy Rose

📋 copy color: '#BF8A70'

red 191 ◦ green 138 ◦ blue 112

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

Shades of Brandy Rose #BF8A70

Tints of Brandy Rose #BF8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 43.31%
G = 31.29%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF8A70 (or 0xBF8A70) is known color: Brandy Rose. HEX triplet: BF, 8A and 70. RGB value is (191,138,112). Sum of RGB (Red+Green+Blue) = 191+138+112=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A70 is #40758F. Grayscale: #979797. Windows color (decimal): -4224400 or 7375551. OLE color: 7375551.

HSL color Cylindrical-coordinate representation of color #BF8A70: hue angle of 19.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8A70 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 138 112 -
CMYK 0 0.28 0.41 0.25
HSL 19.75º 0.38% 0.59% -
HSV(B) 19.75º 0.41% 0.75% -
XYZ 33.5 30.42 19.44 -
YUV 150.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 191 138 112 0 0.28 0.41 0.25 19.75 0.38 0.59
Hex BF 8A 70 0 1C 29 19 14 26 3B
Octal 277 212 160 0 34 51 31 24 46 73
Binary 10111111 10001010 1110000 0 11100 101001 11001 10100 100110 111011

Color Harmonies of #BF8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8A70

Black with #BF8A70

Text Example


Text Example

White with #BF8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8A70; }

 p { color: rgb(191,138,112); }

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

background-color css

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

 a { background-color: rgb(191,138,112); }

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

border-color css

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

 span { border-color: rgb(191,138,112); }

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