Html Css Color HEX #BD816E Brandy Rose

📋 copy color: '#BD816E'

red 189 ◦ green 129 ◦ blue 110

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

Shades of Brandy Rose #BD816E

Tints of Brandy Rose #BD816E

RGB

 RED value IS 189 (74.22% from 255) = 44.16%

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

 BLUE value IS 110 (43.36% from 255) = 25.7%

R = 44.16%
G = 30.14%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD816E (or 0xBD816E) is known color: Brandy Rose. HEX triplet: BD, 81 and 6E. RGB value is (189,129,110). Sum of RGB (Red+Green+Blue) = 189+129+110=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD816E is #427E91. Grayscale: #909090. Windows color (decimal): -4357778 or 7242173. OLE color: 7242173.

HSL color Cylindrical-coordinate representation of color #BD816E: hue angle of 14.43º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD816E is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 110 -
CMYK 0 0.32 0.42 0.26
HSL 14.43º 0.37% 0.59% -
HSV(B) 14.43º 0.42% 0.74% -
XYZ 31.65 27.65 18.42 -
YUV 144.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 189 129 110 0 0.32 0.42 0.26 14.43 0.37 0.59
Hex BD 81 6E 0 20 2A 1A E 25 3B
Octal 275 201 156 0 40 52 32 16 45 73
Binary 10111101 10000001 1101110 0 100000 101010 11010 1110 100101 111011

Color Harmonies of #BD816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD816E

Black with #BD816E

Text Example


Text Example

White with #BD816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD816E; }

 p { color: rgb(189,129,110); }

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

background-color css

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

 a { background-color: rgb(189,129,110); }

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

border-color css

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

 span { border-color: rgb(189,129,110); }

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