Html Css Color HEX #BD806C Brandy Rose

📋 copy color: '#BD806C'

red 189 ◦ green 128 ◦ blue 108

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

Shades of Brandy Rose #BD806C

Tints of Brandy Rose #BD806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 44.47%
G = 30.12%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD806C (or 0xBD806C) is known color: Brandy Rose. HEX triplet: BD, 80 and 6C. RGB value is (189,128,108). Sum of RGB (Red+Green+Blue) = 189+128+108=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD806C is #427F93. Grayscale: #909090. Windows color (decimal): -4358036 or 7110845. OLE color: 7110845.

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

Color convert

RGB 189 128 108 -
CMYK 0 0.32 0.43 0.26
HSL 14.81º 0.38% 0.58% -
HSV(B) 14.81º 0.43% 0.74% -
XYZ 31.41 27.34 17.81 -
YUV 143.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 189 128 108 0 0.32 0.43 0.26 14.81 0.38 0.58
Hex BD 80 6C 0 20 2B 1A F 26 3A
Octal 275 200 154 0 40 53 32 17 46 72
Binary 10111101 10000000 1101100 0 100000 101011 11010 1111 100110 111010

Color Harmonies of #BD806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD806C

Black with #BD806C

Text Example


Text Example

White with #BD806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD806C; }

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

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

background-color css

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

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

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

border-color css

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

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

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