Html Css Color HEX #BF816D Brandy Rose

📋 copy color: '#BF816D'

red 191 ◦ green 129 ◦ blue 109

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

Shades of Brandy Rose #BF816D

Tints of Brandy Rose #BF816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

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

R = 44.52%
G = 30.07%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF816D (or 0xBF816D) is known color: Brandy Rose. HEX triplet: BF, 81 and 6D. RGB value is (191,129,109). Sum of RGB (Red+Green+Blue) = 191+129+109=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF816D is #407E92. Grayscale: #919191. Windows color (decimal): -4226707 or 7176639. OLE color: 7176639.

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

Color convert

RGB 191 129 109 -
CMYK 0 0.32 0.43 0.25
HSL 14.63º 0.39% 0.59% -
HSV(B) 14.63º 0.43% 0.75% -
XYZ 32.1 27.88 18.16 -
YUV 145.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 191 129 109 0 0.32 0.43 0.25 14.63 0.39 0.59
Hex BF 81 6D 0 20 2B 19 F 27 3B
Octal 277 201 155 0 40 53 31 17 47 73
Binary 10111111 10000001 1101101 0 100000 101011 11001 1111 100111 111011

Color Harmonies of #BF816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF816D

Black with #BF816D

Text Example


Text Example

White with #BF816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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