Html Css Color HEX #BCB03D Brass

📋 copy color: '#BCB03D'

red 188 ◦ green 176 ◦ blue 61

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

Shades of Brass #BCB03D

Tints of Brass #BCB03D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 44.24%
G = 41.41%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCB03D (or 0xBCB03D) is known color: Brass. HEX triplet: BC, B0 and 3D. RGB value is (188,176,61). Sum of RGB (Red+Green+Blue) = 188+176+61=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB03D is #434FC2. Grayscale: #A6A6A6. Windows color (decimal): -4411331 or 4042940. OLE color: 4042940.

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

Color convert

RGB 188 176 61 -
CMYK 0 0.06 0.68 0.26
HSL 54.33º 0.51% 0.49% -
HSV(B) 54.33º 0.68% 0.74% -
XYZ 37.11 42.08 10.58 -
YUV 166.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 188 176 61 0 0.06 0.68 0.26 54.33 0.51 0.49
Hex BC B0 3D 0 6 44 1A 36 33 31
Octal 274 260 75 0 6 104 32 66 63 61
Binary 10111100 10110000 111101 0 110 1000100 11010 110110 110011 110001

Color Harmonies of #BCB03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB03D

Black with #BCB03D

Text Example


Text Example

White with #BCB03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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