Html Css Color HEX #BCA835 Brass

📋 copy color: '#BCA835'

red 188 ◦ green 168 ◦ blue 53

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

Shades of Brass #BCA835

Tints of Brass #BCA835

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

 BLUE value IS 53 (21.09% from 255) = 12.96%

R = 45.97%
G = 41.08%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCA835 (or 0xBCA835) is known color: Brass. HEX triplet: BC, A8 and 35. RGB value is (188,168,53). Sum of RGB (Red+Green+Blue) = 188+168+53=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA835 is #4357CA. Grayscale: #A1A1A1. Windows color (decimal): -4413387 or 3516604. OLE color: 3516604.

HSL color Cylindrical-coordinate representation of color #BCA835: hue angle of 51.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCA835 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 53 -
CMYK 0 0.11 0.72 0.26
HSL 51.11º 0.56% 0.47% -
HSV(B) 51.11º 0.72% 0.74% -
XYZ 35.38 38.95 9.02 -
YUV 160.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 188 168 53 0 0.11 0.72 0.26 51.11 0.56 0.47
Hex BC A8 35 0 B 48 1A 33 38 2F
Octal 274 250 65 0 13 110 32 63 70 57
Binary 10111100 10101000 110101 0 1011 1001000 11010 110011 111000 101111

Color Harmonies of #BCA835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA835

Black with #BCA835

Text Example


Text Example

White with #BCA835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA835; }

 p { color: rgb(188,168,53); }

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

background-color css

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

 a { background-color: rgb(188,168,53); }

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

border-color css

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

 span { border-color: rgb(188,168,53); }

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