Html Css Color HEX #BD7B78 Brandy Rose

📋 copy color: '#BD7B78'

red 189 ◦ green 123 ◦ blue 120

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

Shades of Brandy Rose #BD7B78

Tints of Brandy Rose #BD7B78

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

 BLUE value IS 120 (47.27% from 255) = 27.78%

R = 43.75%
G = 28.47%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD7B78 (or 0xBD7B78) is known color: Brandy Rose. HEX triplet: BD, 7B and 78. RGB value is (189,123,120). Sum of RGB (Red+Green+Blue) = 189+123+120=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B78 is #428487. Grayscale: #8E8E8E. Windows color (decimal): -4359304 or 7895997. OLE color: 7895997.

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

Color convert

RGB 189 123 120 -
CMYK 0 0.35 0.37 0.26
HSL 2.61º 0.34% 0.61% -
HSV(B) 2.61º 0.37% 0.74% -
XYZ 31.46 26.34 21.2 -
YUV 142.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 189 123 120 0 0.35 0.37 0.26 2.61 0.34 0.61
Hex BD 7B 78 0 23 25 1A 3 22 3D
Octal 275 173 170 0 43 45 32 3 42 75
Binary 10111101 1111011 1111000 0 100011 100101 11010 11 100010 111101

Color Harmonies of #BD7B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B78

Black with #BD7B78

Text Example


Text Example

White with #BD7B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B78; }

 p { color: rgb(189,123,120); }

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

background-color css

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

 a { background-color: rgb(189,123,120); }

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

border-color css

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

 span { border-color: rgb(189,123,120); }

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