Html Css Color HEX #BD806E Brandy Rose

📋 copy color: '#BD806E'

red 189 ◦ green 128 ◦ blue 110

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

Shades of Brandy Rose #BD806E

Tints of Brandy Rose #BD806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.98%

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

R = 44.26%
G = 29.98%
B = 25.76%

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

#BD806E (or 0xBD806E) is known color: Brandy Rose. HEX triplet: BD, 80 and 6E. RGB value is (189,128,110). Sum of RGB (Red+Green+Blue) = 189+128+110=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD806E is #427F91. Grayscale: #909090. Windows color (decimal): -4358034 or 7241917. OLE color: 7241917.

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

Color convert

RGB 189 128 110 -
CMYK 0 0.32 0.42 0.26
HSL 13.67º 0.37% 0.59% -
HSV(B) 13.67º 0.42% 0.74% -
XYZ 31.52 27.38 18.38 -
YUV 144.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 189 128 110 0 0.32 0.42 0.26 13.67 0.37 0.59
Hex BD 80 6E 0 20 2A 1A E 25 3B
Octal 275 200 156 0 40 52 32 16 45 73
Binary 10111101 10000000 1101110 0 100000 101010 11010 1110 100101 111011

Color Harmonies of #BD806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD806E

Black with #BD806E

Text Example


Text Example

White with #BD806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD806E; }

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

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

background-color css

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

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

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

border-color css

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

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

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