Html Css Color HEX #BD826A Brandy Rose

📋 copy color: '#BD826A'

red 189 ◦ green 130 ◦ blue 106

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

Shades of Brandy Rose #BD826A

Tints of Brandy Rose #BD826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 44.47%
G = 30.59%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD826A (or 0xBD826A) is known color: Brandy Rose. HEX triplet: BD, 82 and 6A. RGB value is (189,130,106). Sum of RGB (Red+Green+Blue) = 189+130+106=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD826A is #427D95. Grayscale: #919191. Windows color (decimal): -4357526 or 6980285. OLE color: 6980285.

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

Color convert

RGB 189 130 106 -
CMYK 0 0.31 0.44 0.26
HSL 17.35º 0.39% 0.58% -
HSV(B) 17.35º 0.44% 0.74% -
XYZ 31.57 27.82 17.34 -
YUV 144.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 189 130 106 0 0.31 0.44 0.26 17.35 0.39 0.58
Hex BD 82 6A 0 1F 2C 1A 11 27 3A
Octal 275 202 152 0 37 54 32 21 47 72
Binary 10111101 10000010 1101010 0 11111 101100 11010 10001 100111 111010

Color Harmonies of #BD826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD826A

Black with #BD826A

Text Example


Text Example

White with #BD826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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