Html Css Color HEX #BD826F Brandy Rose

📋 copy color: '#BD826F'

red 189 ◦ green 130 ◦ blue 111

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

Shades of Brandy Rose #BD826F

Tints of Brandy Rose #BD826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.23%

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

R = 43.95%
G = 30.23%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD826F (or 0xBD826F) is known color: Brandy Rose. HEX triplet: BD, 82 and 6F. RGB value is (189,130,111). Sum of RGB (Red+Green+Blue) = 189+130+111=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD826F is #427D90. Grayscale: #919191. Windows color (decimal): -4357521 or 7307965. OLE color: 7307965.

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

Color convert

RGB 189 130 111 -
CMYK 0 0.31 0.41 0.26
HSL 14.62º 0.37% 0.59% -
HSV(B) 14.62º 0.41% 0.74% -
XYZ 31.84 27.93 18.75 -
YUV 145.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 189 130 111 0 0.31 0.41 0.26 14.62 0.37 0.59
Hex BD 82 6F 0 1F 29 1A F 25 3B
Octal 275 202 157 0 37 51 32 17 45 73
Binary 10111101 10000010 1101111 0 11111 101001 11010 1111 100101 111011

Color Harmonies of #BD826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD826F

Black with #BD826F

Text Example


Text Example

White with #BD826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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