Html Css Color HEX #BD8A75 Brandy Rose

📋 copy color: '#BD8A75'

red 189 ◦ green 138 ◦ blue 117

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

Shades of Brandy Rose #BD8A75

Tints of Brandy Rose #BD8A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 42.57%
G = 31.08%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD8A75 (or 0xBD8A75) is known color: Brandy Rose. HEX triplet: BD, 8A and 75. RGB value is (189,138,117). Sum of RGB (Red+Green+Blue) = 189+138+117=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A75 is #42758A. Grayscale: #969696. Windows color (decimal): -4355467 or 7703229. OLE color: 7703229.

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

Color convert

RGB 189 138 117 -
CMYK 0 0.27 0.38 0.26
HSL 17.5º 0.35% 0.6% -
HSV(B) 17.5º 0.38% 0.74% -
XYZ 33.29 30.28 20.92 -
YUV 150.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 189 138 117 0 0.27 0.38 0.26 17.5 0.35 0.6
Hex BD 8A 75 0 1B 26 1A 12 23 3C
Octal 275 212 165 0 33 46 32 22 43 74
Binary 10111101 10001010 1110101 0 11011 100110 11010 10010 100011 111100

Color Harmonies of #BD8A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A75

Black with #BD8A75

Text Example


Text Example

White with #BD8A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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