Html Css Color HEX #BD7A74 Brandy Rose

📋 copy color: '#BD7A74'

red 189 ◦ green 122 ◦ blue 116

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

Shades of Brandy Rose #BD7A74

Tints of Brandy Rose #BD7A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 44.26%
G = 28.57%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD7A74 (or 0xBD7A74) is known color: Brandy Rose. HEX triplet: BD, 7A and 74. RGB value is (189,122,116). Sum of RGB (Red+Green+Blue) = 189+122+116=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A74 is #42858B. Grayscale: #8D8D8D. Windows color (decimal): -4359564 or 7633597. OLE color: 7633597.

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

Color convert

RGB 189 122 116 -
CMYK 0 0.35 0.39 0.26
HSL 4.93º 0.36% 0.6% -
HSV(B) 4.93º 0.39% 0.74% -
XYZ 31.1 26 19.9 -
YUV 141.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 189 122 116 0 0.35 0.39 0.26 4.93 0.36 0.6
Hex BD 7A 74 0 23 27 1A 5 24 3C
Octal 275 172 164 0 43 47 32 5 44 74
Binary 10111101 1111010 1110100 0 100011 100111 11010 101 100100 111100

Color Harmonies of #BD7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A74

Black with #BD7A74

Text Example


Text Example

White with #BD7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A74; }

 p { color: rgb(189,122,116); }

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

background-color css

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

 a { background-color: rgb(189,122,116); }

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

border-color css

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

 span { border-color: rgb(189,122,116); }

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