Html Css Color HEX #BD8B75 Brandy Rose

📋 copy color: '#BD8B75'

red 189 ◦ green 139 ◦ blue 117

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

Shades of Brandy Rose #BD8B75

Tints of Brandy Rose #BD8B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

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

R = 42.47%
G = 31.24%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD8B75 (or 0xBD8B75) is known color: Brandy Rose. HEX triplet: BD, 8B and 75. RGB value is (189,139,117). Sum of RGB (Red+Green+Blue) = 189+139+117=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B75 is #42748A. Grayscale: #979797. Windows color (decimal): -4355211 or 7703485. OLE color: 7703485.

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

Color convert

RGB 189 139 117 -
CMYK 0 0.26 0.38 0.26
HSL 18.33º 0.35% 0.6% -
HSV(B) 18.33º 0.38% 0.74% -
XYZ 33.43 30.57 20.97 -
YUV 151.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 189 139 117 0 0.26 0.38 0.26 18.33 0.35 0.6
Hex BD 8B 75 0 1A 26 1A 12 23 3C
Octal 275 213 165 0 32 46 32 22 43 74
Binary 10111101 10001011 1110101 0 11010 100110 11010 10010 100011 111100

Color Harmonies of #BD8B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8B75

Black with #BD8B75

Text Example


Text Example

White with #BD8B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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