Html Css Color HEX #BD806F Brandy Rose

📋 copy color: '#BD806F'

red 189 ◦ green 128 ◦ blue 111

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

Shades of Brandy Rose #BD806F

Tints of Brandy Rose #BD806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 44.16%
G = 29.91%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD806F (or 0xBD806F) is known color: Brandy Rose. HEX triplet: BD, 80 and 6F. RGB value is (189,128,111). Sum of RGB (Red+Green+Blue) = 189+128+111=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD806F is #427F90. Grayscale: #909090. Windows color (decimal): -4358033 or 7307453. OLE color: 7307453.

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

Color convert

RGB 189 128 111 -
CMYK 0 0.32 0.41 0.26
HSL 13.08º 0.37% 0.59% -
HSV(B) 13.08º 0.41% 0.74% -
XYZ 31.57 27.4 18.66 -
YUV 144.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 189 128 111 0 0.32 0.41 0.26 13.08 0.37 0.59
Hex BD 80 6F 0 20 29 1A D 25 3B
Octal 275 200 157 0 40 51 32 15 45 73
Binary 10111101 10000000 1101111 0 100000 101001 11010 1101 100101 111011

Color Harmonies of #BD806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD806F

Black with #BD806F

Text Example


Text Example

White with #BD806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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