Html Css Color HEX #BCB334 Brass

📋 copy color: '#BCB334'

red 188 ◦ green 179 ◦ blue 52

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

Shades of Brass #BCB334

Tints of Brass #BCB334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

 BLUE value IS 52 (20.7% from 255) = 12.41%

R = 44.87%
G = 42.72%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCB334 (or 0xBCB334) is known color: Brass. HEX triplet: BC, B3 and 34. RGB value is (188,179,52). Sum of RGB (Red+Green+Blue) = 188+179+52=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB334 is #434CCB. Grayscale: #A7A7A7. Windows color (decimal): -4410572 or 3453884. OLE color: 3453884.

HSL color Cylindrical-coordinate representation of color #BCB334: hue angle of 56.03º degrees, saturation: 0.57, 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 #BCB334 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 52 -
CMYK 0 0.05 0.72 0.26
HSL 56.03º 0.57% 0.47% -
HSV(B) 56.03º 0.72% 0.74% -
XYZ 37.48 43.18 9.61 -
YUV 167.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 188 179 52 0 0.05 0.72 0.26 56.03 0.57 0.47
Hex BC B3 34 0 5 48 1A 38 39 2F
Octal 274 263 64 0 5 110 32 70 71 57
Binary 10111100 10110011 110100 0 101 1001000 11010 111000 111001 101111

Color Harmonies of #BCB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB334

Black with #BCB334

Text Example


Text Example

White with #BCB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB334; }

 p { color: rgb(188,179,52); }

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

background-color css

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

 a { background-color: rgb(188,179,52); }

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

border-color css

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

 span { border-color: rgb(188,179,52); }

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