Html Css Color HEX #BD8A7D Brandy Rose

📋 copy color: '#BD8A7D'

red 189 ◦ green 138 ◦ blue 125

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

Shades of Brandy Rose #BD8A7D

Tints of Brandy Rose #BD8A7D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.53%

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 41.81%
G = 30.53%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD8A7D (or 0xBD8A7D) is known color: Brandy Rose. HEX triplet: BD, 8A and 7D. RGB value is (189,138,125). Sum of RGB (Red+Green+Blue) = 189+138+125=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A7D is #427582. Grayscale: #979797. Windows color (decimal): -4355459 or 8227517. OLE color: 8227517.

HSL color Cylindrical-coordinate representation of color #BD8A7D: hue angle of 12.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD8A7D is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 125 -
CMYK 0 0.27 0.34 0.26
HSL 12.19º 0.33% 0.62% -
HSV(B) 12.19º 0.34% 0.74% -
XYZ 33.78 30.48 23.5 -
YUV 151.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 189 138 125 0 0.27 0.34 0.26 12.19 0.33 0.62
Hex BD 8A 7D 0 1B 22 1A C 21 3E
Octal 275 212 175 0 33 42 32 14 41 76
Binary 10111101 10001010 1111101 0 11011 100010 11010 1100 100001 111110

Color Harmonies of #BD8A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A7D

Black with #BD8A7D

Text Example


Text Example

White with #BD8A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A7D; }

 p { color: rgb(189,138,125); }

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

background-color css

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

 a { background-color: rgb(189,138,125); }

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

border-color css

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

 span { border-color: rgb(189,138,125); }

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