Html Css Color HEX #BCA83B Brass

📋 copy color: '#BCA83B'

red 188 ◦ green 168 ◦ blue 59

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

Shades of Brass #BCA83B

Tints of Brass #BCA83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.22%

R = 45.3%
G = 40.48%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BCA83B (or 0xBCA83B) is known color: Brass. HEX triplet: BC, A8 and 3B. RGB value is (188,168,59). Sum of RGB (Red+Green+Blue) = 188+168+59=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA83B is #4357C4. Grayscale: #A2A2A2. Windows color (decimal): -4413381 or 3909820. OLE color: 3909820.

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

Color convert

RGB 188 168 59 -
CMYK 0 0.11 0.69 0.26
HSL 50.7º 0.52% 0.48% -
HSV(B) 50.7º 0.69% 0.74% -
XYZ 35.53 39.01 9.8 -
YUV 161.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 188 168 59 0 0.11 0.69 0.26 50.7 0.52 0.48
Hex BC A8 3B 0 B 45 1A 33 34 30
Octal 274 250 73 0 13 105 32 63 64 60
Binary 10111100 10101000 111011 0 1011 1000101 11010 110011 110100 110000

Color Harmonies of #BCA83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA83B

Black with #BCA83B

Text Example


Text Example

White with #BCA83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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