Html Css Color HEX #BC837B Brandy Rose

📋 copy color: '#BC837B'

red 188 ◦ green 131 ◦ blue 123

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

Shades of Brandy Rose #BC837B

Tints of Brandy Rose #BC837B

RGB

 RED value IS 188 (73.83% from 255) = 42.53%

 GREEN value IS 131 (51.56% from 255) = 29.64%

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

R = 42.53%
G = 29.64%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC837B (or 0xBC837B) is known color: Brandy Rose. HEX triplet: BC, 83 and 7B. RGB value is (188,131,123). Sum of RGB (Red+Green+Blue) = 188+131+123=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC837B is #437C84. Grayscale: #939393. Windows color (decimal): -4422789 or 8094652. OLE color: 8094652.

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

Color convert

RGB 188 131 123 -
CMYK 0 0.30 0.35 0.26
HSL 7.38º 0.33% 0.61% -
HSV(B) 7.38º 0.35% 0.74% -
XYZ 32.43 28.35 22.5 -
YUV 147.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 188 131 123 0 0.30 0.35 0.26 7.38 0.33 0.61
Hex BC 83 7B 0 1E 23 1A 7 21 3D
Octal 274 203 173 0 36 43 32 7 41 75
Binary 10111100 10000011 1111011 0 11110 100011 11010 111 100001 111101

Color Harmonies of #BC837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC837B

Black with #BC837B

Text Example


Text Example

White with #BC837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC837B; }

 p { color: rgb(188,131,123); }

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

background-color css

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

 a { background-color: rgb(188,131,123); }

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

border-color css

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

 span { border-color: rgb(188,131,123); }

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