Html Css Color HEX #BCB73E Brass

📋 copy color: '#BCB73E'

red 188 ◦ green 183 ◦ blue 62

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

Shades of Brass #BCB73E

Tints of Brass #BCB73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.32%

R = 43.42%
G = 42.26%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BCB73E (or 0xBCB73E) is known color: Brass. HEX triplet: BC, B7 and 3E. RGB value is (188,183,62). Sum of RGB (Red+Green+Blue) = 188+183+62=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB73E is #4348C1. Grayscale: #ABABAB. Windows color (decimal): -4409538 or 4110268. OLE color: 4110268.

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

Color convert

RGB 188 183 62 -
CMYK 0 0.03 0.67 0.26
HSL 57.62º 0.5% 0.49% -
HSV(B) 57.62º 0.67% 0.74% -
XYZ 38.54 44.91 11.19 -
YUV 170.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 188 183 62 0 0.03 0.67 0.26 57.62 0.5 0.49
Hex BC B7 3E 0 3 43 1A 3A 32 31
Octal 274 267 76 0 3 103 32 72 62 61
Binary 10111100 10110111 111110 0 11 1000011 11010 111010 110010 110001

Color Harmonies of #BCB73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB73E

Black with #BCB73E

Text Example


Text Example

White with #BCB73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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