Html Css Color HEX #BCB23E Brass

📋 copy color: '#BCB23E'

red 188 ◦ green 178 ◦ blue 62

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

Shades of Brass #BCB23E

Tints of Brass #BCB23E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.59%

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

R = 43.93%
G = 41.59%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BCB23E (or 0xBCB23E) is known color: Brass. HEX triplet: BC, B2 and 3E. RGB value is (188,178,62). Sum of RGB (Red+Green+Blue) = 188+178+62=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB23E is #434DC1. Grayscale: #A8A8A8. Windows color (decimal): -4410818 or 4108988. OLE color: 4108988.

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

Color convert

RGB 188 178 62 -
CMYK 0 0.05 0.67 0.26
HSL 55.24º 0.5% 0.49% -
HSV(B) 55.24º 0.67% 0.74% -
XYZ 37.53 42.88 10.86 -
YUV 167.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 188 178 62 0 0.05 0.67 0.26 55.24 0.5 0.49
Hex BC B2 3E 0 5 43 1A 37 32 31
Octal 274 262 76 0 5 103 32 67 62 61
Binary 10111100 10110010 111110 0 101 1000011 11010 110111 110010 110001

Color Harmonies of #BCB23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB23E

Black with #BCB23E

Text Example


Text Example

White with #BCB23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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