Html Css Color HEX #BD7C7B Brandy Rose

📋 copy color: '#BD7C7B'

red 189 ◦ green 124 ◦ blue 123

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

Shades of Brandy Rose #BD7C7B

Tints of Brandy Rose #BD7C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 123 (48.44% from 255) = 28.21%

R = 43.35%
G = 28.44%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD7C7B (or 0xBD7C7B) is known color: Brandy Rose. HEX triplet: BD, 7C and 7B. RGB value is (189,124,123). Sum of RGB (Red+Green+Blue) = 189+124+123=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C7B is #428384. Grayscale: #8F8F8F. Windows color (decimal): -4359045 or 8092861. OLE color: 8092861.

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

Color convert

RGB 189 124 123 -
CMYK 0 0.34 0.35 0.26
HSL 0.91º 0.33% 0.61% -
HSV(B) 0.91º 0.35% 0.74% -
XYZ 31.77 26.66 22.21 -
YUV 143.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 189 124 123 0 0.34 0.35 0.26 0.91 0.33 0.61
Hex BD 7C 7B 0 22 23 1A 1 21 3D
Octal 275 174 173 0 42 43 32 1 41 75
Binary 10111101 1111100 1111011 0 100010 100011 11010 1 100001 111101

Color Harmonies of #BD7C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C7B

Black with #BD7C7B

Text Example


Text Example

White with #BD7C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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