Html Css Color HEX #BCB73D Brass

📋 copy color: '#BCB73D'

red 188 ◦ green 183 ◦ blue 61

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

Shades of Brass #BCB73D

Tints of Brass #BCB73D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.36%

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

R = 43.52%
G = 42.36%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCB73D (or 0xBCB73D) is known color: Brass. HEX triplet: BC, B7 and 3D. RGB value is (188,183,61). Sum of RGB (Red+Green+Blue) = 188+183+61=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB73D is #4348C2. Grayscale: #ABABAB. Windows color (decimal): -4409539 or 4044732. OLE color: 4044732.

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

Color convert

RGB 188 183 61 -
CMYK 0 0.03 0.68 0.26
HSL 57.64º 0.51% 0.49% -
HSV(B) 57.64º 0.68% 0.74% -
XYZ 38.51 44.9 11.05 -
YUV 170.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 188 183 61 0 0.03 0.68 0.26 57.64 0.51 0.49
Hex BC B7 3D 0 3 44 1A 3A 33 31
Octal 274 267 75 0 3 104 32 72 63 61
Binary 10111100 10110111 111101 0 11 1000100 11010 111010 110011 110001

Color Harmonies of #BCB73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB73D

Black with #BCB73D

Text Example


Text Example

White with #BCB73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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