Html Css Color HEX #BCB33D Brass

📋 copy color: '#BCB33D'

red 188 ◦ green 179 ◦ blue 61

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

Shades of Brass #BCB33D

Tints of Brass #BCB33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 43.93%
G = 41.82%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCB33D (or 0xBCB33D) is known color: Brass. HEX triplet: BC, B3 and 3D. RGB value is (188,179,61). Sum of RGB (Red+Green+Blue) = 188+179+61=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB33D is #434CC2. Grayscale: #A8A8A8. Windows color (decimal): -4410563 or 4043708. OLE color: 4043708.

HSL color Cylindrical-coordinate representation of color #BCB33D: hue angle of 55.75º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCB33D is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 61 -
CMYK 0 0.05 0.68 0.26
HSL 55.75º 0.51% 0.49% -
HSV(B) 55.75º 0.68% 0.74% -
XYZ 37.7 43.27 10.78 -
YUV 168.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 188 179 61 0 0.05 0.68 0.26 55.75 0.51 0.49
Hex BC B3 3D 0 5 44 1A 38 33 31
Octal 274 263 75 0 5 104 32 70 63 61
Binary 10111100 10110011 111101 0 101 1000100 11010 111000 110011 110001

Color Harmonies of #BCB33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB33D

Black with #BCB33D

Text Example


Text Example

White with #BCB33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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